diff options
author | Rémy Coutable <remy@rymai.me> | 2016-06-02 18:10:16 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-06-02 18:10:16 +0200 |
commit | bc351d5ac6e782a078c9435abd92146a4f3eecab (patch) | |
tree | 31dd5037ad2ae57c02d233710709c4e6aff447e4 /CONTRIBUTING.md | |
parent | f0d6d711174d5d18485dd080d6b7ccd0e1a00604 (diff) | |
download | gitlab-ce-bc351d5ac6e782a078c9435abd92146a4f3eecab.tar.gz |
Fix link to current design reference in the CONTRIBUTING guidefix-design-link-in-contributing
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 a15f8c4fec7..02d2b77f5fb 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/ |