diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index 5659ce40b0c..86e73d76a35 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -1,6 +1,6 @@ diff --git a/README.md b/README.md index c4c0e9a5d3e..6a813e9e2d4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/wix.json b/wix.json index ec9bd32d11d..6b2356ae3f9 100644 --- a/wix.json +++ b/wix.json @@ -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" } }