diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-06-28 12:52:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 12:52:50 +0200 |
commit | d9a0b52276766604d6b3d96895ab1a79e4cd3218 (patch) | |
tree | 5b0973b5f5048aeff8287a22b9fcc806673e7197 /index.php | |
parent | c429f28ad46e6fa7472324e9ce81da01f55d8c9a (diff) | |
parent | 87f14312470ca51b936896b41413c96edfe3b18f (diff) | |
download | Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.tar.gz Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.tar.zst Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.zip |
Merge pull request #1167 from virtualtam/mkdocs
Improve Mkdocs build process, fix formatting issues
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 | } |