Merge pull request #1264 from shaarli/doc-fix-mkdocs-warnings

doc: fix invalid links
This commit is contained in:
nodiscc 2019-02-09 18:52:40 +00:00 committed by GitHub
commit 3dc80d69ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
Once your Shaarli instance is installed, the file `data/config.json.php` is generated: 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 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` * its values override those defined in `index.php`
* it is wrap in a PHP comment to prevent anyone accessing it, regardless of server configuration * 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: - 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 - 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 - 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 ## Configuration
In `data/config.json.php`. In `data/config.json.php`.
See also [Plugin System](Plugin-System.html). See also [Plugin System](Plugin-System).
### Credentials ### Credentials