From 5e7ed44b971260cdc3db059b6d5723a4b7bbe630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20Fins=C3=A5s?= Date: Thu, 17 Feb 2022 17:46:08 +0100 Subject: [PATCH 1/2] Update automation-for-release-forms-with-query-parameters.md --- .../automation-for-release-forms-with-query-parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md b/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md index 6ac13a1f41..9e70377a07 100644 --- a/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md +++ b/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md @@ -32,4 +32,5 @@ Query parameter | Example ## Further reading -- "[About automation for issues and pull requests with query parameters](/articles/about-automation-for-issues-and-pull-requests-with-query-parameters)" +- "[Creating an issue from a URL query](/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-url-query)" +- "[Using query parameters to create a pull request](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request.md)" From 85b170319d9f40913ff18d379e87cedef3f78684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20Fins=C3=A5s?= Date: Thu, 17 Feb 2022 17:55:35 +0100 Subject: [PATCH 2/2] fix link by removing .md ending --- .../automation-for-release-forms-with-query-parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md b/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md index 9e70377a07..c2f4e1150c 100644 --- a/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md +++ b/content/repositories/releasing-projects-on-github/automation-for-release-forms-with-query-parameters.md @@ -33,4 +33,4 @@ Query parameter | Example ## Further reading - "[Creating an issue from a URL query](/issues/tracking-your-work-with-issues/creating-an-issue#creating-an-issue-from-a-url-query)" -- "[Using query parameters to create a pull request](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request.md)" +- "[Using query parameters to create a pull request](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request/)"