diff options
author | nodiscc <nodiscc@gmail.com> | 2019-02-09 18:52:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-09 18:52:40 +0000 |
commit | 3dc80d69abc481394862f2a3aeeee9c59f7dba37 (patch) | |
tree | 53e53f8c99475a5d44b5fe94f07203c2b09c83aa /doc | |
parent | 905f8675a728841b03b300d2c7dc909a1c4f7f03 (diff) | |
parent | 8d1509e8a64cb7d3d026b48f545cd151512d5887 (diff) | |
download | Shaarli-3dc80d69abc481394862f2a3aeeee9c59f7dba37.tar.gz Shaarli-3dc80d69abc481394862f2a3aeeee9c59f7dba37.tar.zst Shaarli-3dc80d69abc481394862f2a3aeeee9c59f7dba37.zip |
Merge pull request #1264 from shaarli/doc-fix-mkdocs-warnings
doc: fix invalid links
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Shaarli-configuration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 920c7e27..0bb6c9f0 100644 --- a/doc/md/Shaarli-configuration.md +++ b/doc/md/Shaarli-configuration.md | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | Once your Shaarli instance is installed, the file `data/config.json.php` is generated: | 5 | Once your Shaarli instance is installed, the file `data/config.json.php` is generated: |
6 | * it contains all settings in JSON format, and can be edited to customize values | 6 | * it contains all settings in JSON format, and can be edited to customize values |
7 | * it defines which [plugins](Plugin-System) are enabled[](.html) | 7 | * it defines which [plugins](Plugin-System) are enabled |
8 | * its values override those defined in `index.php` | 8 | * its values override those defined in `index.php` |
9 | * it is wrap in a PHP comment to prevent anyone accessing it, regardless of server configuration | 9 | * it is wrap in a PHP comment to prevent anyone accessing it, regardless of server configuration |
10 | 10 | ||
@@ -32,13 +32,13 @@ On a Linux distribution: | |||
32 | - to give it access to Shaarli, either: | 32 | - to give it access to Shaarli, either: |
33 | - unzip Shaarli in the default web server location (usually `/var/www/`) and set the web server user as the owner | 33 | - unzip Shaarli in the default web server location (usually `/var/www/`) and set the web server user as the owner |
34 | - put users in the same group as the web server, and set the appropriate access rights | 34 | - put users in the same group as the web server, and set the appropriate access rights |
35 | - if you have a domain / subdomain to serve Shaarli, [configure the server](Server-configuration) accordingly[](.html) | 35 | - if you have a domain / subdomain to serve Shaarli, [configure the server](Server-configuration) accordingly |
36 | 36 | ||
37 | ## Configuration | 37 | ## Configuration |
38 | 38 | ||
39 | In `data/config.json.php`. | 39 | In `data/config.json.php`. |
40 | 40 | ||
41 | See also [Plugin System](Plugin-System.html). | 41 | See also [Plugin System](Plugin-System). |
42 | 42 | ||
43 | ### Credentials | 43 | ### Credentials |
44 | 44 | ||