aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2021-03-10 04:41:55 +0900
committerKazuhiko Sakaguchi2021-03-10 04:41:55 +0900
commitbae679939206dd139595de42fcb7bf2803ab3203 (patch)
tree13d5c92c3fbe162e1e92f757dda3e2eb84c87654
parentb55216ab3509f48e45aac035f1b799529d068f51 (diff)
Fix a hyperlink in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a96b93154c..361270ff32 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -643,7 +643,7 @@ reviewers, with specific requests.
- [needs: benchmarking][needs-benchmarking] and [needs: testing][needs-testing]
indicate the PR needs testing beyond what the test suite can handle.
For example, performance benchmarking is currently performed with a different
- infrastructure ([documented in the wiki][jenkins-doc]). Unless some followup
+ infrastructure ([documented in the wiki][Benchmarking]). Unless some followup
is specifically requested, you aren't expected to do this additional testing.
More generally, such labels should come with a description that should
@@ -1007,7 +1007,7 @@ to prepare overlays, and propose a simplified and documented
procedure.
We also have a benchmarking infrastructure, which is documented [on
-the wiki][jenkins-doc].
+the wiki][Benchmarking].
##### Restarting failed jobs #####
@@ -1225,6 +1225,7 @@ can be found [on the wiki][wiki-CUDW].
[add-contributor]: https://github.com/orgs/coq/teams/contributors/members?add=true
[api-doc]: https://coq.github.io/doc/master/api/
+[Benchmarking]: https://github.com/coq/coq/wiki/Benchmarking
[CEP]: https://github.com/coq/ceps
[check-owners]: dev/tools/check-owners-pr.sh
[CI-README-developers]: dev/ci/README-developers.md
@@ -1272,7 +1273,6 @@ can be found [on the wiki][wiki-CUDW].
[GitLab-coq]: https://gitlab.com/coq
[GitLab-doc]: https://docs.gitlab.com/
[JasonGross-coq-tools]: https://github.com/JasonGross/coq-tools
-[jenkins-doc]: https://github.com/coq/coq/wiki/Jenkins-(automated-benchmarking)
[kind-documentation]: https://github.com/coq/coq/issues?q=is%3Aopen+is%3Aissue+label%3A%22kind%3A+documentation%22
[master-doc]: https://coq.github.io/doc/master/refman/
[merge-pr]: dev/tools/merge-pr.sh