migrated Github wiki links to readthedocs

This commit is contained in:
Willi Eggeling 2017-08-26 09:40:57 +02:00
parent de901736a6
commit cc8f572bc0
10 changed files with 14 additions and 14 deletions
application/config

View file

@ -9,8 +9,8 @@ use Shaarli\Config\Exception\UnauthorizedConfigException;
*
* Manages all Shaarli's settings.
* See the documentation for more information on settings:
* - doc/Shaarli-configuration.html
* - https://github.com/shaarli/Shaarli/wiki/Shaarli-configuration
* - doc/md/Shaarli-configuration.md
* - https://shaarli.readthedocs.io/en/master/Shaarli-configuration/#configuration
*/
class ConfigManager
{