summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2024-01-19 10:06:12 +0100
committerGitHub <noreply@github.com>2024-01-19 10:06:12 +0100
commitd5c66a3900e0c6555e18dc2ac4f2d8501bb7595d (patch)
tree4d114edd830e0ae32bf2088e9b54c760b10eda32
parent9526f571a46a5fb1832729475bd3a375790fc0ba (diff)
parent850014cd84bcac61894d8fd7a91dbc74ac271d42 (diff)
Merge pull request #29975 from vespa-engine/hmusum/fix-link
Fix link (doc moved)
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8ce06014b5a..c5a50eb89df 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ This documents tells you what you need to know to contribute.
## Open development
All work on Vespa happens directly on GitHub,
-using the [GitHub flow model](https://docs.github.com/en/get-started/quickstart/github-flow).
+using the [GitHub flow model](https://docs.github.com/en/get-started/using-github/github-flow).
We release the master branch four times a week, and you should expect it to always work.
The continuous build of Vespa is at [https://factory.vespa.oath.cloud](https://factory.vespa.oath.cloud).
You can follow the fate of each commit there.