summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-11-12 19:52:20 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-11-12 19:52:20 +0000
commit6480259744476ec7fdcb1464ed709f9833f29d95 (patch)
tree53995deccda2c4575027aaec6ebb988c3da358c0
parentbf62539239f142abd66255967a49a82921c331eb (diff)
parent8b70a89c57d41d035e4b8ba06cc33859383f095a (diff)
downloadgitlab-ce-6480259744476ec7fdcb1464ed709f9833f29d95.tar.gz
Merge branch 'ux-guide-index' into 'master'
Fix link to index.md UX guide in development README.md Fix wrong link to UX docs that introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7142 See merge request !7444
-rw-r--r--doc/development/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 87306b1501d..f88456a7a7a 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -14,7 +14,7 @@
contributing to documentation.
- [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations
- [Testing standards and style guidelines](testing.md)
-- [UX guide](ux_guide/README.md) for building GitLab with existing CSS styles and elements
+- [UX guide](ux_guide/index.md) for building GitLab with existing CSS styles and elements
- [Frontend guidelines](frontend.md)
- [SQL guidelines](sql.md) for working with SQL queries
- [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers