aboutsummaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-13 16:06:14 +0100
committerGravatar jesopo2019-09-13 16:06:14 +0100
commitf3b1ac709ba99d6664477f7bb26d8678a27fcffe (patch)
tree1117f927373577a36840d0606cd2e7b993262174 /docs/help
parentfix markdown references to rest_api.md from git_webhooks.md (diff)
signature
absolutify link to nginx exaple url
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/rest_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/rest_api.md b/docs/help/rest_api.md
index 8aaff68d..6916f482 100644
--- a/docs/help/rest_api.md
+++ b/docs/help/rest_api.md
@@ -6,6 +6,6 @@
### Configure HTTPd
#### Nginx
-* Copy example config file from [docs/rest_api/nginx](docs/rest_api/nginx) to `/etc/nginx/sites-enabled`
+* Copy example config file from [/docs/rest_api/nginx](/docs/rest_api/nginx) to `/etc/nginx/sites-enabled`
* Edit `server-name`, `ssl_certificate` and `ssl_certificate_key`
* `service nginx restart`