summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md
index 8c5b300a..60f83b53 100644
--- a/contributors/devel/testing.md
+++ b/contributors/devel/testing.md
@@ -101,7 +101,7 @@ make test WHAT=./pkg/api/validation GOFLAGS="-v" KUBE_TEST_ARGS="-run ValidatePo
```
For other supported test flags, see the [golang
-documentation](https://golang.org/cmd/go/#hdr-Description_of_testing_flags).
+documentation](https://golang.org/cmd/go/#hdr-Testing_flags).
### Stress running unit tests