diff options
Diffstat (limited to 'doc/api/services.md')
-rw-r--r-- | doc/api/services.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/api/services.md b/doc/api/services.md index 4abc02dec3c..609c7e62e36 100644 --- a/doc/api/services.md +++ b/doc/api/services.md @@ -605,7 +605,7 @@ Set Jira service for a project. > Starting with GitLab 8.14, `api_url`, `issues_url`, `new_issue_url` and > `project_url` are replaced by `url`. If you are using an -> older version, [follow this documentation][old-jira-api]. +> older version, [follow this documentation](https://gitlab.com/gitlab-org/gitlab/blob/8-13-stable-ee/doc/api/services.md#jira). ``` PUT /projects/:id/services/jira @@ -1224,9 +1224,6 @@ Get Jenkins CI (Deprecated) service settings for a project. GET /projects/:id/services/jenkins-deprecated ``` -[jira-doc]: ../user/project/integrations/jira.md -[old-jira-api]: https://gitlab.com/gitlab-org/gitlab/blob/8-13-stable/doc/api/services.md#jira - ## MockCI Mock an external CI. See [`gitlab-org/gitlab-mock-ci-service`](https://gitlab.com/gitlab-org/gitlab-mock-ci-service) for an example of a companion mock service. |