Merge pull request #1002 from cli/trunk-rename

Rename "master" to "trunk" in various links
This commit is contained in:
Mislav Marohnić 2020-05-27 14:05:50 +02:00 committed by GitHub
commit 465869a5ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<!--
Please make sure you read our contributing guidelines at
https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md
https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md
before opening opening a pull request. Thanks!
-->

View file

@ -136,4 +136,4 @@ Install a prebuilt binary from the [releases page][]
[Chocolatey]: https://chocolatey.org
[releases page]: https://github.com/cli/cli/releases/latest
[hub]: https://github.com/github/hub
[contributing page]: https://github.com/cli/cli/blob/master/.github/CONTRIBUTING.md
[contributing page]: https://github.com/cli/cli/blob/trunk/.github/CONTRIBUTING.md

View file

@ -27,6 +27,6 @@
"description": "Use GitHub from the CLI",
"project-url": "https://github.com/cli/cli",
"tags": "github cli git",
"license-url": "https://github.com/cli/cli/blob/master/LICENSE"
"license-url": "https://github.com/cli/cli/blob/trunk/LICENSE"
}
}