diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-05-01 19:51:51 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-05-01 19:51:51 +0000 |
commit | 83bba1f8f9b503f5738169c9d9082807df4aadc3 (patch) | |
tree | 51875bc9918c6101dbee2662a63cce960a1c4423 | |
parent | 001c9731e6c03a13699f1cb60e7fbe7f860e30ad (diff) | |
parent | 644a8437d0891a167cc369383ac7356a5b7672ab (diff) | |
download | gitlab-ce-83bba1f8f9b503f5738169c9d9082807df4aadc3.tar.gz |
Merge branch 'kl-docfix' into 'master'
Add link to services api doc.
Just a one-line change to link in the services api doc.
I'm curious though. Only gitlab-ci and hipchat are supported. Would you accept a pull request for the other services? Actually I [submitted](http://feedback.gitlab.com/forums/176466-general/suggestions/7667256-add-api-calls-for-all-services-in-a-project) that last question to the feedback tool.
See merge request !544
-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 dec530d0b81..f6757b0a6aa 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -6,6 +6,7 @@ - [Session](session.md) - [Projects](projects.md) - [Project Snippets](project_snippets.md) +- [Services](services.md) - [Repositories](repositories.md) - [Repository Files](repository_files.md) - [Commits](commits.md) |