From 9e14454acfd5bf14b0e87a6c47d8f98546f6945f Mon Sep 17 00:00:00 2001 From: Anthony Nandaa Date: Tue, 17 Oct 2023 16:47:05 +0300 Subject: [PATCH] fix: minor url fix This fixes a minor URL mix up on the development.md doc. Signed-off-by: Anthony Nandaa --- contributors/devel/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index a066f76de..3ea5a2fb5 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -386,7 +386,7 @@ Because kubernetes only merges pull requests when unit, integration, and e2e tes passing, your development environment needs to run all tests successfully. While this quick start will get you going, to really understand the testing infrastructure, read the [Testing Guide](sig-testing/testing.md) and check out the -[SIG Architecture developer guide material](README.md#sig-testing). +[SIG Architecture developer guide material](README.md#sig-architecture). Note that all of the commands in this section are run in your Kubernetes project directory at `$GOPATH/src/k8s.io/kubernetes/`