Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-21 00:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-21 00:08:48 +0300
commit4d0c47058a89d71d3417ad3bd73781882c8998e8 (patch)
tree808679f68ca8a8511d12779cf618785d6978be81 /doc/api
parentdf2eda3f14dccb703bd7054d4ddde7803cb1fe7e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/merge_trains.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/merge_trains.md b/doc/api/merge_trains.md
index 7fff09474df..d8446ed445f 100644
--- a/doc/api/merge_trains.md
+++ b/doc/api/merge_trains.md
@@ -3,7 +3,7 @@
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/36146) in GitLab 12.9.
> - Using this API you can consume GitLab's [Merge Train](../ci/merge_request_pipelines/pipelines_for_merged_results/merge_trains/index.md) entries.
-Every API call to merge trains must be authenticated with Developer or higher [permissions](link-to-permissions-doc).
+Every API call to merge trains must be authenticated with Developer or higher [permissions](../user/permissions.md).
If a user is not a member of a project and the project is private, a `GET` request on that project will result to a `404` status code.