From 6574e69f6e5dd548b6987706f78c7bd3bab8d8f3 Mon Sep 17 00:00:00 2001 From: Peyton Duncan <11335266+Helithumper@users.noreply.github.com> Date: Thu, 19 Nov 2020 16:49:40 -0500 Subject: [PATCH] Update testing.en.md The link was set to `main.go` which no longer exists, thus the link was dead. Updated the link to now point to `main_test.go` which is alive. --- site/content/en/docs/contrib/testing.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/contrib/testing.en.md b/site/content/en/docs/contrib/testing.en.md index bebabf987a..0355b89c90 100644 --- a/site/content/en/docs/contrib/testing.en.md +++ b/site/content/en/docs/contrib/testing.en.md @@ -60,7 +60,7 @@ WARNING: For this to work repeatedly, the test must be written so that it cleans The `--cleanup=false` test arg ensures that the cluster will not be deleted after the test is run. -See [main.go](https://github.com/kubernetes/minikube/blob/master/test/integration/main.go) for details. +See [main_test.go](https://github.com/kubernetes/minikube/blob/master/test/integration/main_test.go) for details. ### Disabling parallelism