diff options
author | Evan Read <eread@gitlab.com> | 2019-09-10 09:30:26 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-09-10 09:30:26 +0000 |
commit | 2319892654fb44ea4895dd38795de0f215e49208 (patch) | |
tree | 02c8bccb7a3d804030a2007cd9731e5f1d124f59 /doc | |
parent | 1a9cc19ac32eb44adfab65a16f270e9583cf8f08 (diff) | |
parent | a1852c6675f6440653858488596d0112db7b9e4d (diff) | |
download | gitlab-ce-2319892654fb44ea4895dd38795de0f215e49208.tar.gz |
Merge branch 'fix-broken-docs-link' into 'master'
Fix broken link to the handbook
See merge request gitlab-org/gitlab-ce!32849
Diffstat (limited to 'doc')
-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 bcfc0734c06..0afa44a5491 100644 --- a/doc/development/code_review.md +++ b/doc/development/code_review.md @@ -72,7 +72,7 @@ from teams other than your own. 1. If your merge request includes adding a new UI/UX paradigm [^1], it must be **approved by a [UX lead][team]**. 1. If your merge request includes a new dependency or a filesystem change, it must be - **approved by a [Distribution team member][team]**. See how to work with the [Distribution team](https://about.gitlab.com/handbook/engineering/dev-backend/distribution/) for more details. + **approved by a [Distribution team member][team]**. See how to work with the [Distribution team](https://about.gitlab.com/handbook/engineering/development/enablement/distribution/#how-to-work-with-distribution) for more details. #### Security requirements |