diff options
| author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-04 16:49:18 +0000 |
|---|---|---|
| committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-04 16:49:18 +0000 |
| commit | 432929fd4553a1d606fa33889d02d28e79fd8064 (patch) | |
| tree | 7306190bc4d4b584a436290f91bc3f8d1d6705eb /doc/api/services.md | |
| parent | e09bdd78431371fd30ca1862f0466eacba09a0d2 (diff) | |
| parent | 6206f7f0a8fcb68df99edf96d52f8b3049ffce6a (diff) | |
| download | gitlab-ce-432929fd4553a1d606fa33889d02d28e79fd8064.tar.gz | |
Merge branch 'fix-dead-links' into 'master'
Fix dead links in the docs (Jun 2016)
## What does this MR do?
Fix dead links in the docs found as of Jun 2016.
## Are there points in the code the reviewer needs to double check?
n/a
## Why was this MR needed?
This MR must improve UX on docs.gitlab.com.
## What are the relevant issue numbers?
Closes #19156
## Does this MR meet the acceptance criteria?
- No [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) updated
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !4921
Diffstat (limited to 'doc/api/services.md')
| -rw-r--r-- | doc/api/services.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 32d6e2dea78..f821a614047 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -8,7 +8,7 @@ Asana - Teamwork without email Set Asana service for a project. -> This service adds commit messages as comments to Asana tasks. Once enabled, commit messages are checked for Asana task URLs (for example, `https://app.asana.com/0/123456/987654`) or task IDs starting with # (for example, `#987654`). Every task ID found will get the commit comment added to it. You can also close a task with a message containing: `fix #123456`. You can find your Api Keys here: http://developer.asana.com/documentation/#api_keys +> This service adds commit messages as comments to Asana tasks. Once enabled, commit messages are checked for Asana task URLs (for example, `https://app.asana.com/0/123456/987654`) or task IDs starting with # (for example, `#987654`). Every task ID found will get the commit comment added to it. You can also close a task with a message containing: `fix #123456`. You can find your Api Keys here: https://asana.com/developers/documentation/getting-started/auth#api-key ``` PUT /projects/:id/services/asana |
