diff options
author | awhildy <allison@gitlab.com> | 2016-11-15 16:34:10 -0800 |
---|---|---|
committer | awhildy <allison@gitlab.com> | 2016-11-15 16:39:14 -0800 |
commit | 4d3ac38570d468f9db501654d0f19a2b8132803a (patch) | |
tree | 080424d87c2c7f826e5816f4465ee0688932a065 /CONTRIBUTING.md | |
parent | 3de1e71c8bef597034ba39992ff2753c3006439e (diff) | |
download | gitlab-ce-4d3ac38570d468f9db501654d0f19a2b8132803a.tar.gz |
[ci skip] Fix UX Guide link on Contributing.mdux-guide-link-update-contributing
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67c30c2424c..6a009138446 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,6 @@ - [Helping others](#helping-others) - [I want to contribute!](#i-want-to-contribute) - [Implement design & UI elements](#implement-design-ui-elements) - - [Design reference](#design-reference) - - [UI development kit](#ui-development-kit) - [Issue tracker](#issue-tracker) - [Feature proposals](#feature-proposals) - [Issue tracker guidelines](#issue-tracker-guidelines) @@ -90,7 +88,7 @@ This was inspired by [an article by Kent C. Dodds][medium-up-for-grabs]. ## Implement design & UI elements -Please see the [UI Guide for building GitLab]. +Please see the [UX Guide for GitLab]. ## Issue tracker @@ -469,5 +467,5 @@ available at [http://contributor-covenant.org/version/1/1/0/](http://contributor [doc-styleguide]: doc/development/doc_styleguide.md "Documentation styleguide" [scss-styleguide]: doc/development/scss_styleguide.md "SCSS styleguide" [newlines-styleguide]: doc/development/newlines_styleguide.md "Newlines styleguide" -[UI Guide for building GitLab]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/ui_guide.md +[UX Guide for GitLab]: http://docs.gitlab.com/ce/development/ux_guide/ [license-finder-doc]: doc/development/licensing.md |