From 3571a0bea9fca8e76f068cc37d4cebfceb9e04d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Mon, 3 Apr 2023 13:27:45 +0200 Subject: [PATCH] use main, not master for controller-runtime URLs. --- docs/book/src/developer/testing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/src/developer/testing.md b/docs/book/src/developer/testing.md index 471198bb482a..ed7aaac4faaa 100644 --- a/docs/book/src/developer/testing.md +++ b/docs/book/src/developer/testing.md @@ -95,7 +95,7 @@ but in this case the distinctive value of the two layers of testing is determine Run `make test` to execute all unit and integration tests. -Integration tests use the [envtest](https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/envtest/doc.go) test framework. The tests need to know the location of the executables called by the framework. The `make test` target installs these executables, and passes this location to the tests as an environment variable. +Integration tests use the [envtest](https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/envtest/doc.go) test framework. The tests need to know the location of the executables called by the framework. The `make test` target installs these executables, and passes this location to the tests as an environment variable.