diff options
author | Andreas Kämmerle <andreas.kaemmerle@gmail.com> | 2018-06-13 11:22:56 +0200 |
---|---|---|
committer | Andreas Kämmerle <andreas.kaemmerle@gmail.com> | 2018-06-13 11:22:56 +0200 |
commit | 7e54319141ff6c4f672d7e5a6320b6dec35a89d6 (patch) | |
tree | 8d79b9da9c99bc79e4df194b6848bfb1453b9432 | |
parent | 35f1455a8bcb6152f2fe0335f842042ee5bc726d (diff) | |
download | gitlab-ce-7e54319141ff6c4f672d7e5a6320b6dec35a89d6.tar.gz |
Fix UX handbook link in contribution guide
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82d1abff4a4..fb78973a727 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -301,7 +301,7 @@ For guidance on UX implementation at GitLab, please refer to our [Design System] The UX team uses labels to manage their workflow. The ~"UX" label on an issue is a signal to the UX team that it will need UX attention. -To better understand the priority by which UX tackles issues, see the [UX section](https://about.gitlab.com/handbook/ux/) of the handbook. +To better understand the priority by which UX tackles issues, see the [UX section](https://about.gitlab.com/handbook/engineering/ux) of the handbook. Once an issue has been worked on and is ready for development, a UXer applies the ~"UX ready" label to that issue. |