diff options
| author | 2019-09-13 16:06:14 +0100 | |
|---|---|---|
| committer | 2019-09-13 16:06:14 +0100 | |
| commit | f3b1ac709ba99d6664477f7bb26d8678a27fcffe (patch) | |
| tree | 1117f927373577a36840d0606cd2e7b993262174 /docs/help | |
| parent | fix 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.md | 2 |
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` |
