diff --git a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml index d9ac4e23073f..e53ce2725e68 100644 --- a/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml +++ b/.github/ISSUE_TEMPLATE/improve-existing-docs.yaml @@ -9,7 +9,7 @@ body: **HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead. * For questions, ask in [Discussions](https://github.com/github/docs/discussions). - * Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md). + * Before you file an issue read the [Contributing guide](https://docs.github.com/en/contributing). * Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues). - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.yml b/.github/ISSUE_TEMPLATE/improve-the-site.yml index 475f9fdda6c3..cbe09b066fec 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.yml +++ b/.github/ISSUE_TEMPLATE/improve-the-site.yml @@ -9,7 +9,7 @@ body: **HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead. * For questions, ask in [Discussions](https://github.com/github/docs/discussions). - * Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md). + * Before you file an issue read the [Contributing guide](https://docs.github.com/en/contributing). * Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues). - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml index 0c5f79861212..48476eba38f5 100644 --- a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml +++ b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml @@ -35,7 +35,7 @@ body: label: Tasks description: Please be sure to complete each of the following. options: - - label: MUST follow our [general contributing guidelines](CONTRIBUTING.md) for voice and markup format. + - label: MUST follow our [general contributing guidelines](https://docs.github.com/en/contributing) for voice and markup format. required: true - label: MUST emphasize how the third-party product works with GitHub. required: true diff --git a/.github/config.yml b/.github/config.yml index 4136dc84fac4..9fdfc2d93890 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -3,9 +3,9 @@ # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome # Comment to be posted to on first time issues newIssueWelcomeComment: > - Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md). + Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://docs.github.com/en/contributing). # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome # Comment to be posted to on PRs from first time contributors in your repository newPRWelcomeComment: > - Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md). + Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://docs.github.com/en/contributing). diff --git a/components/page-footer/Contribution.tsx b/components/page-footer/Contribution.tsx index 0624ddb4e184..f966da14f28d 100644 --- a/components/page-footer/Contribution.tsx +++ b/components/page-footer/Contribution.tsx @@ -22,7 +22,7 @@ export const Contribution = () => {