aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-06-25 10:59:44 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-06-25 10:59:44 +0200
commit1ca21eecc42667ec016427df9d17da0fc153c946 (patch)
tree0f8d990068aab05efad7fd9ddf7a4680778b3b5f
parentRemoved the MongoDB index on articles content. (diff)
downloadnewspipe-1ca21eecc42667ec016427df9d17da0fc153c946.tar.gz
newspipe-1ca21eecc42667ec016427df9d17da0fc153c946.tar.bz2
newspipe-1ca21eecc42667ec016427df9d17da0fc153c946.zip
Fixed an error with a link in the documentation.
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 8c26be74..c651654b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -21,7 +21,7 @@ Features
--------
* articles are stored in a MongoDB_ database (local or remote);
-* fast full-text indexing and searching thanks the [Whoosh](https://bitbucket.org/mchaput/whoosh) library;
+* fast full-text indexing and searching thanks the Whoosh_ library;
* e-mail notification;
* export articles to HTML, EPUB, PDF or raw text;
* favorite articles;
bgstack15