From 9d11cedd181f5576ea8182883ecc3f6cd4162222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 26 May 2020 20:57:26 +0200 Subject: [PATCH] Rename "master" to "trunk" in various links --- .github/PULL_REQUEST_TEMPLATE/bug_fix.md | 2 +- README.md | 2 +- wix.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index 5659ce40b..86e73d76a 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 c4c0e9a5d..6a813e9e2 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 ec9bd32d1..6b2356ae3 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" } }