diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-08 22:27:36 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-07-08 22:27:36 +0200 |
commit | b2246ed175975cba21aa3b396fd4b5a8f5567b57 (patch) | |
tree | 4e6cd4e05e912f96f20f6424fe5b769277bfe6bf /doc/api/README.md | |
parent | 0c4d923caddc8f790c7c8456cc2b4f56386e3c2b (diff) | |
download | gitlab-ce-b2246ed175975cba21aa3b396fd4b5a8f5567b57.tar.gz |
Make sure webhooks are mentioned at the top level.
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index b474e0ea389..f369c3fd978 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -4,7 +4,7 @@ - [Users](users.md) - [Session](session.md) -- [Projects](projects.md) +- [Projects](projects.md) including setting Webhooks - [Project Snippets](project_snippets.md) - [Services](services.md) - [Repositories](repositories.md) |