Skip to content

Commit 1421770

Browse files
author
Tim Bannister
committed
Refer to the “default” rather than “master” branch
Get ready for a switch to "main"
1 parent 0821165 commit 1421770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/contribute/generate-ref-docs/contribute-upstream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ will be different in your situation.
9191

9292
Here's an example of editing a comment in the Kubernetes source code.
9393

94-
In your local kubernetes/kubernetes repository, check out the master branch,
94+
In your local kubernetes/kubernetes repository, check out the default branch,
9595
and make sure it is up to date:
9696

9797
```shell
@@ -100,7 +100,7 @@ git checkout master
100100
git pull https://github.com/kubernetes/kubernetes master
101101
```
102102

103-
Suppose this source file in the master branch has the typo "atmost":
103+
Suppose this source file in that default branch has the typo "atmost":
104104

105105
[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)
106106

0 commit comments

Comments
 (0)