diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-06-25 10:59:44 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-06-25 10:59:44 +0200 |
commit | 1ca21eecc42667ec016427df9d17da0fc153c946 (patch) | |
tree | 0f8d990068aab05efad7fd9ddf7a4680778b3b5f /docs | |
parent | Removed the MongoDB index on articles content. (diff) | |
download | newspipe-1ca21eecc42667ec016427df9d17da0fc153c946.tar.gz newspipe-1ca21eecc42667ec016427df9d17da0fc153c946.tar.bz2 newspipe-1ca21eecc42667ec016427df9d17da0fc153c946.zip |
Fixed an error with a link in the documentation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
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; |