summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-04-12 14:11:05 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2015-04-12 14:11:05 +0200
commitefd519d7628500aaab5eb00cc6428793f14e4f39 (patch)
tree0bf81f13858f9bbccdc8d385373f86fe51a24e8c
parent8d9d63b25056e889a072bfcb55eb485beb41389d (diff)
parentf59a2e2dd6f3093d98ce5305e0ca0318b69e7e15 (diff)
downloadgitlab-ce-efd519d7628500aaab5eb00cc6428793f14e4f39.tar.gz
Merge pull request #9120 from bbodenmiller/patch-4
fix link to details on how to run the tests
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 42b5ce22e32..3165b7379d3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,7 +71,7 @@ If you can, please submit a merge request with the fix or improvements including
1. Fork the project on GitLab Cloud
1. Create a feature branch
-1. Write [tests](README.md#run-the-tests) and code
+1. Write [tests](https://gitlab.com/gitlab-org/gitlab-development-kit#running-the-tests) and code
1. Add your changes to the [CHANGELOG](CHANGELOG)
1. If you are changing the README, some documentation or other things which have no effect on the tests, add `[ci skip]` somewhere in the commit message
1. If you have multiple commits please combine them into one commit by [squashing them](http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)