diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-13 16:17:01 -0500 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-13 16:17:01 -0500 |
commit | cdbb6bd45a2d27d6e3cf2653a6ee4959fbd6c9b0 (patch) | |
tree | 9ec45a045d02ab0dbb1dcac7b2c0d2d7d2775fa8 /doc/api/services.md | |
parent | d7a28f3c12950d56a187148fda9dce39a9f2bf08 (diff) | |
download | gitlab-ce-doc_to_docs.tar.gz |
Change all occurrences of doc.gitlab.com to docs.gitlab.comdoc_to_docs
[ci skip]
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 7d45b2cf463..1219d0dc5be 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -491,7 +491,7 @@ Jira issue tracker Set JIRA service for a project. -> Setting `project_url`, `issues_url` and `new_issue_url` will allow a user to easily navigate to the Jira issue tracker. See the [integration doc](http://doc.gitlab.com/ce/integration/external-issue-tracker.html) for details. Support for referencing commits and automatic closing of Jira issues directly from GitLab is [available in GitLab EE.](http://doc.gitlab.com/ee/integration/jira.html) +> Setting `project_url`, `issues_url` and `new_issue_url` will allow a user to easily navigate to the Jira issue tracker. See the [integration doc](http://docs.gitlab.com/ce/integration/external-issue-tracker.html) for details. Support for referencing commits and automatic closing of Jira issues directly from GitLab is [available in GitLab EE.](http://doc.gitlab.com/ee/integration/jira.html) ``` PUT /projects/:id/services/jira |