diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-10-16 19:25:08 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-10-16 19:25:08 +0000 |
commit | d87e88a616f370421add5b3d964550e456430432 (patch) | |
tree | 2b4028d90ecbca49bdc20e0b8f00c4b9e8ec2833 | |
parent | 69c7d48e0df4005b7dab9609384d372056f85cf3 (diff) | |
parent | 5fa781ecf7785d74a226a6862c1093c25004b4b1 (diff) | |
download | gitlab-ce-d87e88a616f370421add5b3d964550e456430432.tar.gz |
Merge branch 'fix-review-link-docs' into 'master'
Fix "ready for review" link
See merge request gitlab-org/gitlab-ce!22393
-rw-r--r-- | doc/development/code_review.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md index 87437dd7720..4bbcdc6329f 100644 --- a/doc/development/code_review.md +++ b/doc/development/code_review.md @@ -109,7 +109,7 @@ It is responsibility of the author of a merge request that the merge request is ### List of merge requests ready for review -Developers who have capacity can regularly check the list of [merge requests to review](https://gitlab.com/groups/gitlab-org/-/merge_requests?scope=all&utf8=%E2%9C%93&state=opened&label_name%5B%5D=ready%20for%20review&assignee_id=0) and assign any merge request they want to review. +Developers who have capacity can regularly check the list of [merge requests to review](https://gitlab.com/groups/gitlab-org/-/merge_requests?scope=all&utf8=%E2%9C%93&state=opened&label_name%5B%5D=ready%20for%20review) and assign any merge request they want to review. ### Reviewing code |