diff options
author | Dan Dedrick <ddedrick@lexmark.com> | 2016-11-28 15:49:07 -0500 |
---|---|---|
committer | Dan Dedrick <ddedrick@lexmark.com> | 2016-11-28 15:51:57 -0500 |
commit | ac761e450919b7a2d2dd76e08afe2a877e878e61 (patch) | |
tree | a5effbfe87ccbb15910a2f054423a66928720591 | |
parent | 29d86842747c4a9faf52edd5a25564e271983335 (diff) | |
download | gitlab-ce-ac761e450919b7a2d2dd76e08afe2a877e878e61.tar.gz |
Fix broken README.md UX guide link.
Replace broken link to UX guide with new working link in the README.md
file.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | changelogs/unreleased/readme-link-fix.yml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index f63543ca39d..c9bb5af6da2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ For more information please see the [architecture documentation](https://docs.gi ## UX design -Please adhere to the [UX Guide](doc/development/ux_guide/readme.md) when creating designs and implementing code. +Please adhere to the [UX Guide](doc/development/ux_guide/index.md) when creating designs and implementing code. ## Third-party applications diff --git a/changelogs/unreleased/readme-link-fix.yml b/changelogs/unreleased/readme-link-fix.yml new file mode 100644 index 00000000000..211d3b80c3a --- /dev/null +++ b/changelogs/unreleased/readme-link-fix.yml @@ -0,0 +1,4 @@ +--- +title: Fix broken README.md UX guide link. +merge_request: +author: |