]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: fix invalid links doc-fix-mkdocs-warnings 1264/head
authornodiscc <nodiscc@gmail.com>
Thu, 31 Jan 2019 13:21:34 +0000 (13:21 +0000)
committerGitHub <noreply@github.com>
Thu, 31 Jan 2019 13:21:34 +0000 (13:21 +0000)
Fixes warnings from https://travis-ci.org/shaarli/Shaarli/jobs/486928133

doc/md/Shaarli-configuration.md

index 920c7e27e151a3cf1a870a46ee0b2e8c1ced9505..0bb6c9f06aa86939ae1f0f2b313d7bf97e77c78b 100644 (file)
@@ -4,7 +4,7 @@
 
 Once your Shaarli instance is installed, the file `data/config.json.php` is generated:
 * it contains all settings in JSON format, and can be edited to customize values
-* it defines which [plugins](Plugin-System) are enabled[](.html)
+* it defines which [plugins](Plugin-System) are enabled
 * its values override those defined in `index.php`
 * it is wrap in a PHP comment to prevent anyone accessing it, regardless of server configuration
 
@@ -32,13 +32,13 @@ On a Linux distribution:
 - to give it access to Shaarli, either:
     - unzip Shaarli in the default web server location (usually `/var/www/`) and set the web server user as the owner
     - put users in the same group as the web server, and set the appropriate access rights
-- if you have a domain / subdomain to serve Shaarli, [configure the server](Server-configuration) accordingly[](.html)
+- if you have a domain / subdomain to serve Shaarli, [configure the server](Server-configuration) accordingly
 
 ## Configuration
 
 In `data/config.json.php`.
 
-See also [Plugin System](Plugin-System.html).
+See also [Plugin System](Plugin-System).
 
 ### Credentials