aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-06-26 22:18:51 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-26 22:22:33 +0200
commit87f14312470ca51b936896b41413c96edfe3b18f (patch)
tree5b0973b5f5048aeff8287a22b9fcc806673e7197 /index.php
parent972cd800856942f71aae80d6ce119127843b0234 (diff)
downloadShaarli-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 89b181cb..ddd5dbf5 100644
--- a/index.php
+++ b/index.php
@@ -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}