From 8502c2302871e35e59fb7092b4b01b937c934031 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 13 Apr 2021 16:00:01 +0200 Subject: [PATCH] Fix links to the collections org in doc & FR forms --- .github/ISSUE_TEMPLATE/documentation_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index 50036fb17fa..eb6ae59bcca 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -96,7 +96,7 @@ body: appropriate project there instead. - [collections org]: ../../ansible-collections + [collections org]: /ansible-collections placeholder: docs/docsite/rst/dev_guide/debugging.rst validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 44b44f5f32e..f4c6034ff7b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -138,7 +138,7 @@ body: appropriate project there instead. - [collections org]: ../../ansible-collections + [collections org]: /ansible-collections placeholder: dnf, apt, yum, pip, user etc. validations: required: true