From d48db7a19e5e994e673ecf3cb2679285d0ddef3a Mon Sep 17 00:00:00 2001 From: Olivier Jacques Date: Mon, 19 Oct 2020 23:32:57 +0200 Subject: [PATCH] Fix #660: incorrect links to CONTRIBUTING.md and CODE_OF_CONDUCT.md --- .github/ISSUE_TEMPLATE/improve-existing-docs.md | 4 ++-- .github/ISSUE_TEMPLATE/improve-the-site.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.md b/.github/ISSUE_TEMPLATE/improve-existing-docs.md index 168e744973..6b15af3a21 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.md +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.md @@ -14,8 +14,8 @@ HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN I For questions, ask in Discussions: https://github.com/github/docs/discussions Before you file an issue read the: -- Code of Conduct: https://github.com/github/docs/blob/onboarding/CODE_OF_CONDUCT.md -- Contributing guide: https://github.com/github/docs/blob/onboarding/CONTRIBUTING.md +- Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md +- Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues --> diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.md b/.github/ISSUE_TEMPLATE/improve-the-site.md index df3a1fe1e7..a59cf45e63 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.md +++ b/.github/ISSUE_TEMPLATE/improve-the-site.md @@ -14,8 +14,8 @@ HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN I For questions, ask in Discussions: https://github.com/github/docs/discussions Before you file an issue read the: -- Code of Conduct: https://github.com/github/docs/blob/onboarding/CODE_OF_CONDUCT.md -- Contributing guide: https://github.com/github/docs/blob/onboarding/CONTRIBUTING.md +- Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md +- Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md Check to make sure someone hasn't already opened a similar issue: https://github.com/github/docs/issues -->