diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-08 10:01:33 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-09-08 10:01:33 +0000 |
commit | 769d9e2a779061ebae517701a97cd2867133ef4a (patch) | |
tree | 15342df990ec537f532b7f8115bce489953c4cb1 /CONTRIBUTING.md | |
parent | 56509d22d601b60bae888224d969dc4148bb9053 (diff) | |
download | gitlab-ce-769d9e2a779061ebae517701a97cd2867133ef4a.tar.gz |
Fix wrong link in CONTRIBUTING.md
[ci skip]
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fb2c6bd1dc..1f25171e8a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -421,7 +421,7 @@ request is as follows: 1. Fork the project into your personal space on GitLab.com 1. Create a feature branch, branch away from `master` -1. Write [tests](https://gitlab.com/gitlab-org/gitlab-development-kit#running-the-tests) and code +1. Write [tests](https://docs.gitlab.com/ee/development/rake_tasks.html#run-tests) and code 1. [Generate a changelog entry with `bin/changelog`][changelog] 1. If you are writing documentation, make sure to follow the [documentation styleguide][doc-styleguide] |