summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-08 11:40:49 +0000
committerRémy Coutable <remy@rymai.me>2017-09-08 11:40:49 +0000
commit39a93e0bb7ff2178a309c9fe8a544d2a10d3a517 (patch)
treea8bdbb9301d4a0cfcca377488edfd43c61ba9dd3
parentd1f7ba35960db5dd5d52b4afabfa94ea83402df9 (diff)
parent769d9e2a779061ebae517701a97cd2867133ef4a (diff)
downloadgitlab-ce-39a93e0bb7ff2178a309c9fe8a544d2a10d3a517.tar.gz
Merge branch '37618-wrong-link-for-write-test-in-contributing-md' into 'master'
Resolve "Wrong link for write test in CONTRIBUTING.md" Closes #37618 See merge request !14138
-rw-r--r--CONTRIBUTING.md2
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]