X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=ddd5dbf56a1cb450ebdff9dff3dadcb84903842b;hb=87f14312470ca51b936896b41413c96edfe3b18f;hp=89b181cb392f105e60fe2d3069863c7482f732ac;hpb=972cd800856942f71aae80d6ce119127843b0234;p=github%2Fshaarli%2FShaarli.git 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')) { ."If you installed Shaarli through Git or using the development branch,\n" ."please refer to the installation documentation to install PHP" ." dependencies using Composer:\n" - ."- https://shaarli.readthedocs.io/en/master/Server-requirements/\n" + ."- https://shaarli.readthedocs.io/en/master/Server-configuration/\n" ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/"; exit; }