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:
authorJaime Martinez <jmartinez@gitlab.com>2022-01-17 01:25:08 +0300
committerJaime Martinez <jmartinez@gitlab.com>2022-01-17 01:25:08 +0300
commita9a97b6100686b55001a26be759b0fb759cd2278 (patch)
tree01946872a159565538eff66e10f0941cf799a89e
parenta7e130776d934a12ab000bee930c5c353b772635 (diff)
parent11276eef03f959a5fc9c19e85a53335fd7a47ee2 (diff)
Merge branch 'fix-broken-test-link-in-contributing.md' into 'master'
Fix broken testing links in CONTRIBUTING.md See merge request gitlab-org/gitlab-pages!665
-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.