diff --git a/docs/MANUAL.rst b/docs/MANUAL.rst index acf7395..8d87deb 100644 --- a/docs/MANUAL.rst +++ b/docs/MANUAL.rst @@ -41,7 +41,7 @@ Most configuration is done via the configuration file. However, any setting can OfflineImap is well suited to be frequently invoked by cron jobs, or can run in daemon mode to periodically check your email (however, it will exit in some error situations). The documentation is included in the git repository and can be created by -issueing `make dev-doc` in the `doc` folder (python-sphinx required), or it can +issueing `make doc` in the `doc` folder (python-sphinx required), or it can be viewed online at http://docs.offlineimap.org. .. _configuration: @@ -335,7 +335,7 @@ core. Folder filtering and nametrans ============================== -OfflineImap offers flexible (and complex) ways of filtering and transforming folder names. Please see the docs/dev-docs-src/folderfilters.rst document about details how to use folder filters and name transformations. The documentation will be autogenerated by a "make dev-doc" in the docs directory. It is also viewable at :ref:`folder_filtering_and_name_translation`. +OfflineImap offers flexible (and complex) ways of filtering and transforming folder names. Please see the docs/doc-src/nametrans.rst document about details how to use folder filters and name transformations. The documentation will be autogenerated by a "make doc" in the docs directory. It is also viewable at :ref:`folder_filtering_and_name_translation`. KNOWN BUGS ==========