From 39d689651f24efbcbcc7fb7f06c2429417058c78 Mon Sep 17 00:00:00 2001 From: Keegan Campbell Date: Mon, 5 Feb 2024 10:44:18 -0800 Subject: [PATCH] docs: link corrections (#2874) Fix a couple of master --> main branches in links --- .github/pull_request_template.md | 7 +++---- CONTRIBUTING.md | 2 +- SECURITY.md | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0aa1f03b63..edcdd511a7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,12 +7,12 @@ Resolves #ISSUE_NUMBER ### Before the change? -* +* ### After the change? -* +* ### Pull request checklist - [ ] Tests for the changes have been added (for bug fixes / features) @@ -21,10 +21,9 @@ Resolves #ISSUE_NUMBER ### Does this introduce a breaking change? -Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/master/community/breaking_changes.md) to help! +Please see our docs on [breaking changes](https://github.com/octokit/.github/blob/main/community/breaking_changes.md) to help! - [ ] Yes - [ ] No ---- - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55a7f2a190..b52483bac2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -183,5 +183,5 @@ Some things that will increase the chance that your pull request is accepted: # Additional Resources -* [Octokit Codebase Overview](https://github.com/octokit/octokit.net/blob/master/OVERVIEW.md) +* [Octokit Codebase Overview](https://github.com/octokit/octokit.net/blob/main/OVERVIEW.md) * [General GitHub documentation](http://help.github.com/) diff --git a/SECURITY.md b/SECURITY.md index 0605b07dbd..5c8adafbc0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,9 @@ Thanks for helping make GitHub Open Source Software safe for everyone. GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [Octokit](https://github.com/octokit). -Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we want to make sure that your finding gets passed along to the maintainers of this project for remediation. +Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we want to make sure that your finding gets passed along to the maintainers of this project for remediation. ## Reporting a Vulnerability -Since this source is part of [Octokit](https://github.com/octokit) (a GitHub organization) we ask that you follow the guidelines [here](https://github.com/github/.github/blob/master/SECURITY.md#reporting-security-issues) to report anything that you might've found. +Since this source is part of [Octokit](https://github.com/octokit) (a GitHub organization) we ask that you follow the guidelines [here](https://github.com/github/.github/blob/main/SECURITY.md#reporting-security-issues) to report anything that you might've found.