aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-02-09 18:52:40 +0000
committerGitHub <noreply@github.com>2019-02-09 18:52:40 +0000
commit3dc80d69abc481394862f2a3aeeee9c59f7dba37 (patch)
tree53e53f8c99475a5d44b5fe94f07203c2b09c83aa
parent905f8675a728841b03b300d2c7dc909a1c4f7f03 (diff)
parent8d1509e8a64cb7d3d026b48f545cd151512d5887 (diff)
downloadShaarli-3dc80d69abc481394862f2a3aeeee9c59f7dba37.tar.gz
Shaarli-3dc80d69abc481394862f2a3aeeee9c59f7dba37.tar.zst
Shaarli-3dc80d69abc481394862f2a3aeeee9c59f7dba37.zip
Merge pull request #1264 from shaarli/doc-fix-mkdocs-warnings
doc: fix invalid links
-rw-r--r--doc/md/Shaarli-configuration.md6
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
5Once your Shaarli instance is installed, the file `data/config.json.php` is generated: 5Once 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
39In `data/config.json.php`. 39In `data/config.json.php`.
40 40
41See also [Plugin System](Plugin-System.html). 41See also [Plugin System](Plugin-System).
42 42
43### Credentials 43### Credentials
44 44