diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c16756cf00..e44acd3137 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,7 @@ body: label: Prerequisites description: Please ensure you have completed all of the following. options: - - label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). + - label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). required: true - label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 536ce1540c..788d41e3a2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -9,7 +9,7 @@ body: label: Prerequisites description: Please ensure you have completed all of the following. options: - - label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). + - label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue). required: true - label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). required: true diff --git a/core/README.md b/core/README.md index 23dbfc1c2f..9fcdd4ff29 100644 --- a/core/README.md +++ b/core/README.md @@ -96,7 +96,7 @@ const showModal = async () => { ## How to contribute -[Check out the CONTRIBUTE guide](/.github/CONTRIBUTING.md) +[Check out the CONTRIBUTE guide](/docs/CONTRIBUTING.md) ## Related diff --git a/packages/vue-router/README.md b/packages/vue-router/README.md index 83cc23717b..0dc709987c 100644 --- a/packages/vue-router/README.md +++ b/packages/vue-router/README.md @@ -24,7 +24,7 @@ npm run build ## Contributing -See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md). +See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md). ## Need Help? diff --git a/packages/vue/README.md b/packages/vue/README.md index 2bd35bf6b0..f1e964c6d7 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -50,7 +50,7 @@ npm run build ## Contributing -See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md). +See our [Contributing Guide](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md). ## Need Help?