From 9205954326c0b8d070c044dd24c38db48dadde7c Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Mon, 23 Oct 2023 10:34:08 -0400 Subject: [PATCH] Fix broken links to CONTRIBUTING.html and SUPPORT.html .github/ISSUE_TEMPLATE/new-feature-or-discussion.md .github/PULL_REQUEST_TEMPLATE.md - Fix CONTRIBUTING.html link ("reference" -> "help-and-reference") .github/ISSUE_TEMPLATE/question-issue.md - Fix SUPPORT.html link ("reference" -> "help-and-reference") Signed-off-by: Bob Yantosca --- .github/ISSUE_TEMPLATE/new-feature-or-discussion.md | 2 +- .github/ISSUE_TEMPLATE/question-issue.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature-or-discussion.md b/.github/ISSUE_TEMPLATE/new-feature-or-discussion.md index adc66fe69..b50374bed 100644 --- a/.github/ISSUE_TEMPLATE/new-feature-or-discussion.md +++ b/.github/ISSUE_TEMPLATE/new-feature-or-discussion.md @@ -10,7 +10,7 @@ Institution: ### Confirm you have reviewed the following documentation -- [ ] [Contributing guidelines](https://geos-chem.readthedocs.io/en/stable/reference/CONTRIBUTING.html) +- [ ] [Contributing guidelines](https://geos-chem.readthedocs.io/en/stable/help-and-reference/CONTRIBUTING.html) ### New GEOS-Chem feature or discussion diff --git a/.github/ISSUE_TEMPLATE/question-issue.md b/.github/ISSUE_TEMPLATE/question-issue.md index cdc536dd3..35350726a 100644 --- a/.github/ISSUE_TEMPLATE/question-issue.md +++ b/.github/ISSUE_TEMPLATE/question-issue.md @@ -10,7 +10,7 @@ Institution: ### Confirm you have reviewed the following documentation -- [ ] [Support guidelines](https://geos-chem.readthedocs.io/en/stable/reference/SUPPORT.html) +- [ ] [Support guidelines](https://geos-chem.readthedocs.io/en/stable/help-and-reference/SUPPORT.html) - [ ] [User manuals](https://geos-chem.readthedocs.io/en/stable/geos-chem-shared-docs/supplemental-guides/related-docs.html) - [ ] [Debugging GEOS-Chem and HEMCO errors](https://geos-chem.readthedocs.io/en/stable/geos-chem-shared-docs/supplemental-guides/debug-guide.html) - [ ] [Current and past Github issues](https://github.com/geoschem/geos-chem/issues) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df66c0f61..f33b11a80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Institution: ### Confirm you have reviewed the following documentation -- [ ] [Contributing guidelines](https://geos-chem.readthedocs.io/en/stable/reference/CONTRIBUTING.html) +- [ ] [Contributing guidelines](https://geos-chem.readthedocs.io/en/stable/help-and-reference/CONTRIBUTING.html) ### Describe the update