X Tutup
Skip to content

Commit 9d11ced

Browse files
committed
Rename "master" to "trunk" in various links
1 parent a0495d1 commit 9d11ced

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Please make sure you read our contributing guidelines at
3-
https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md
3+
https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md
44
before opening opening a pull request. Thanks!
55
-->
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ Install a prebuilt binary from the [releases page][]
136136
[Chocolatey]: https://chocolatey.org
137137
[releases page]: https://github.com/cli/cli/releases/latest
138138
[hub]: https://github.com/github/hub
139-
[contributing page]: https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md
139+
[contributing page]: https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md

wix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"description": "Use GitHub from the CLI",
2828
"project-url": "https://github.com/cli/cli",
2929
"tags": "github cli git",
30-
"license-url": "https://github.com/cli/cli/blob/master/LICENSE"
30+
"license-url": "https://github.com/cli/cli/blob/trunk/LICENSE"
3131
}
3232
}

0 commit comments

Comments
 (0)
X Tutup