From 142177068b7598ff53e49e80ec655cf506f48e87 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 17 Jun 2021 18:31:58 +0100 Subject: [PATCH] =?UTF-8?q?Refer=20to=20the=20=E2=80=9Cdefault=E2=80=9D=20?= =?UTF-8?q?rather=20than=20=E2=80=9Cmaster=E2=80=9D=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Get ready for a switch to "main" --- .../docs/contribute/generate-ref-docs/contribute-upstream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md b/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md index 656f8c971b..80b14aa87a 100644 --- a/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md +++ b/content/en/docs/contribute/generate-ref-docs/contribute-upstream.md @@ -91,7 +91,7 @@ will be different in your situation. Here's an example of editing a comment in the Kubernetes source code. -In your local kubernetes/kubernetes repository, check out the master branch, +In your local kubernetes/kubernetes repository, check out the default branch, and make sure it is up to date: ```shell @@ -100,7 +100,7 @@ git checkout master git pull https://github.com/kubernetes/kubernetes master ``` -Suppose this source file in the master branch has the typo "atmost": +Suppose this source file in that default branch has the typo "atmost": [kubernetes/kubernetes/staging/src/k8s.io/api/apps/v1/types.go](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/apps/v1/types.go)