diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-08 02:08:09 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-08 02:08:09 -0800 |
commit | bc15713569ece82f368789768ebeaa392f378264 (patch) | |
tree | 67edb48845810f07ad80d2cf5f495c532dcc8c9f | |
parent | a7055be1fdecc51afc4e8f0e94267fcd9d9ef0c1 (diff) | |
parent | 7fb2999c60599d5fe1d3e3fd679a894b27a882b7 (diff) | |
download | gitlab-ce-bc15713569ece82f368789768ebeaa392f378264.tar.gz |
Merge pull request #3173 from m4tthumphrey/patch-1
Added system hooks link to doc index
-rw-r--r-- | doc/api/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index f6c4e41b6cd..c4d44c52748 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -78,3 +78,4 @@ When listing resources you can pass the following parameters: + [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md) + [Milestones](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/milestones.md) + [Notes](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/notes.md) ++ [System Hooks](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/system_hooks.md) |