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 /doc/md/REST-API.md | |
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 'doc/md/REST-API.md')
-rw-r--r-- | doc/md/REST-API.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/md/REST-API.md b/doc/md/REST-API.md index 68a83c00..c016de56 100644 --- a/doc/md/REST-API.md +++ b/doc/md/REST-API.md | |||
@@ -3,8 +3,9 @@ | |||
3 | See the [REST API documentation](http://shaarli.github.io/api-documentation/) | 3 | See the [REST API documentation](http://shaarli.github.io/api-documentation/) |
4 | for a list of available endpoints and parameters. | 4 | for a list of available endpoints and parameters. |
5 | 5 | ||
6 | Please ensure that your server meets the [requirements](Server-requirements) | 6 | Please ensure that your server meets the |
7 | and is properly [configured](Server-configuration): | 7 | [requirements](Server-configuration#prerequisites) and is properly |
8 | [configured](Server-configuration): | ||
8 | 9 | ||
9 | - URL rewriting is enabled (see specific Apache and Nginx sections) | 10 | - URL rewriting is enabled (see specific Apache and Nginx sections) |
10 | - the server's timezone is properly defined | 11 | - the server's timezone is properly defined |