diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2016-06-26 12:43:10 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2016-06-26 12:43:10 +0900 |
commit | 6206f7f0a8fcb68df99edf96d52f8b3049ffce6a (patch) | |
tree | c10119391a0e079426c1558a8c45ea6f38a71234 /doc/api | |
parent | 6acdf1fcb56c1564c4ba3649bdc74bd039adf576 (diff) | |
download | gitlab-ce-6206f7f0a8fcb68df99edf96d52f8b3049ffce6a.tar.gz |
Fix dead links in the docs
Diffstat (limited to 'doc/api')
-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 ccfc0fccb7f..bda8677bb8d 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 |