diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-06-04 12:32:12 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-06-04 12:32:12 +0000 |
commit | ef85b8c32977391527919ea19e31b3b4648e07fb (patch) | |
tree | 47d685954e445c5ea482a8b5de51ec1a16f591ae /CONTRIBUTING.md | |
parent | 83b8d4e63634a0d590ceea8bf4f90cdeb6d777e4 (diff) | |
parent | bc351d5ac6e782a078c9435abd92146a4f3eecab (diff) | |
download | gitlab-ce-ef85b8c32977391527919ea19e31b3b4648e07fb.tar.gz |
Merge branch 'fix-design-link-in-contributing' into 'master'
Fix link to current design reference in the CONTRIBUTING guide
## What does this MR do?
It fixes an outdated link by replacing it with the up-to-date one.
See merge request !4439
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e952855fde1..18270d9598f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ The designs are made using Antetype (`.atype` files). You can use the [free Antetype viewer (Mac OSX only)] or grab an exported PNG from the design (the PNG is 1:1). -The current designs can be found in the [`gitlab1.atype` file]. +The current designs can be found in the [`gitlab8.atype` file]. ### UI development kit @@ -530,4 +530,4 @@ available at [http://contributor-covenant.org/version/1/1/0/](http://contributor [scss-styleguide]: doc/development/scss_styleguide.md "SCSS styleguide" [gitlab-design]: https://gitlab.com/gitlab-org/gitlab-design [free Antetype viewer (Mac OSX only)]: https://itunes.apple.com/us/app/antetype-viewer/id824152298?mt=12 -[`gitlab1.atype` file]: https://gitlab.com/gitlab-org/gitlab-design/tree/master/gitlab1.atype/ +[`gitlab8.atype` file]: https://gitlab.com/gitlab-org/gitlab-design/tree/master/current/ |