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.