diff options
author | nodiscc <nodiscc@gmail.com> | 2019-08-01 17:17:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 17:17:03 +0000 |
commit | 211d93307bdf3fcb35b471633d4aa564af97689d (patch) | |
tree | 66d128e3baa5de5ba89b6c2ae6c988d62a534f95 | |
parent | fa7625219da1c7f3e95838279695768585794191 (diff) | |
parent | 58c2701e5401f40f32636e6395add70c3aeb3c11 (diff) | |
download | Shaarli-211d93307bdf3fcb35b471633d4aa564af97689d.tar.gz Shaarli-211d93307bdf3fcb35b471633d4aa564af97689d.tar.zst Shaarli-211d93307bdf3fcb35b471633d4aa564af97689d.zip |
Merge pull request #1340 from shaarli/fix-doc-links
doc: fix broken markdown link
-rw-r--r-- | doc/md/Download-and-Installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index 8c9e8a32..ec68762e 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md | |||
@@ -1,7 +1,7 @@ | |||
1 | To install Shaarli, simply place the files in a directory under your webserver's | 1 | To install Shaarli, simply place the files in a directory under your webserver's |
2 | Document Root (or directly at the document root). | 2 | Document Root (or directly at the document root). |
3 | 3 | ||
4 | Also, please make sure your server is properly [configured](Server-configuration). | 4 | Also, please make sure your server is properly [configured](Server-configuration.md). |
5 | 5 | ||
6 | Multiple releases branches are available: | 6 | Multiple releases branches are available: |
7 | 7 | ||