diff options
author | Edwin Torres <CoachEd@gmail.com> | 2018-06-07 15:35:05 -0400 |
---|---|---|
committer | Edwin Torres <CoachEd@gmail.com> | 2018-06-07 15:35:05 -0400 |
commit | 1656f1f6558d694f98c9e5c63575e4e03313eaea (patch) | |
tree | 1a20b9b0f39d1fbd14df5f2724ae5677ca239a08 /doc | |
parent | ba4dc01ea83c261c4054c32482b021a1005a1968 (diff) | |
download | gitlab-ce-1656f1f6558d694f98c9e5c63575e4e03313eaea.tar.gz |
fixed broken links in index.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/index.md | 4 |
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 |