diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-26 22:18:51 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-26 22:22:33 +0200 |
commit | 87f14312470ca51b936896b41413c96edfe3b18f (patch) | |
tree | 5b0973b5f5048aeff8287a22b9fcc806673e7197 /index.php | |
parent | 972cd800856942f71aae80d6ce119127843b0234 (diff) | |
download | Shaarli-87f14312470ca51b936896b41413c96edfe3b18f.tar.gz Shaarli-87f14312470ca51b936896b41413c96edfe3b18f.tar.zst Shaarli-87f14312470ca51b936896b41413c96edfe3b18f.zip |
Fix broken documentation links and list formatting
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ if (! file_exists(__DIR__ . '/vendor/autoload.php')) { | |||
48 | ."If you installed Shaarli through Git or using the development branch,\n" | 48 | ."If you installed Shaarli through Git or using the development branch,\n" |
49 | ."please refer to the installation documentation to install PHP" | 49 | ."please refer to the installation documentation to install PHP" |
50 | ." dependencies using Composer:\n" | 50 | ." dependencies using Composer:\n" |
51 | ."- https://shaarli.readthedocs.io/en/master/Server-requirements/\n" | 51 | ."- https://shaarli.readthedocs.io/en/master/Server-configuration/\n" |
52 | ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/"; | 52 | ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/"; |
53 | exit; | 53 | exit; |
54 | } | 54 | } |