summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-08 07:48:36 +0000
committerPhil Hughes <me@iamphill.com>2018-06-08 07:48:36 +0000
commit77c94d289ca36c158e97b44cc663944f35e693d5 (patch)
tree4513e80e1dd20ceba675cda7abb11932e38f89fd
parent9d285f1fef0ca66da16b7c0ba42f50071dab73ab (diff)
parent1656f1f6558d694f98c9e5c63575e4e03313eaea (diff)
downloadgitlab-ce-77c94d289ca36c158e97b44cc663944f35e693d5.tar.gz
Merge branch 'coached-20180607-1' into 'master'
fixed broken links in index.md See merge request gitlab-org/gitlab-ce!19559
-rw-r--r--doc/user/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/index.md b/doc/user/index.md
index 9be3c6f683c..edf50019c2f 100644
--- a/doc/user/index.md
+++ b/doc/user/index.md
@@ -161,13 +161,13 @@ such as Trello, JIRA, etc.
## Webhooks
-Configure [webhooks](project/integrations/webhooks.html) to listen for
+Configure [webhooks](project/integrations/webhooks.md) to listen for
specific events like pushes, issues or merge requests. GitLab will send a
POST request with data to the webhook URL.
## API
-Automate GitLab via [API](../api/README.html).
+Automate GitLab via [API](../api/README.md).
## Git and GitLab