Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKolan92 <pawel.krzysztof.kolanowski@gmail.com>2022-01-16 15:38:30 +0300
committerKolan92 <pawel.krzysztof.kolanowski@gmail.com>2022-01-16 15:38:30 +0300
commit11276eef03f959a5fc9c19e85a53335fd7a47ee2 (patch)
tree01946872a159565538eff66e10f0941cf799a89e /CONTRIBUTING.md
parenta7e130776d934a12ab000bee930c5c353b772635 (diff)
Fix broken testing links in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0d6f6577..5742ce06 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -414,7 +414,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://gitlab.com/gitlab-org/gitlab-pages/-/blob/master/doc/development.md#testing) and code
1. If you are writing documentation, make sure to follow the
[documentation styleguide][doc-styleguide]
1. If you have multiple commits please combine them into a few logically
@@ -607,7 +607,7 @@ available at [http://contributor-covenant.org/version/1/1/0/](http://contributor
[license-finder-doc]: https://docs.gitlab.com/ee/development/licensing.html
[GitLab Inc engineering workflow]: https://about.gitlab.com/handbook/engineering/workflow/#labelling-issues
[polling-etag]: https://docs.gitlab.com/ce/development/polling.html
-[testing]: https://docs.gitlab.com/ee/development/testing.html
+[testing]: https://docs.gitlab.com/ee/development/testing_guide/
[^1]: Please note that specs other than JavaScript specs are considered backend
code.