From ec975ad6b2d80ae828930d215daa7b5f3b4681cd Mon Sep 17 00:00:00 2001 From: Paul Fischer Date: Wed, 19 Jan 2022 07:56:03 +0100 Subject: [PATCH] link to correct paragraph in feature-request issue template --- .github/ISSUE_TEMPLATE/01_bug.yml | 2 +- .github/ISSUE_TEMPLATE/02_feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug.yml b/.github/ISSUE_TEMPLATE/01_bug.yml index 0f95e80..3005b8b 100644 --- a/.github/ISSUE_TEMPLATE/01_bug.yml +++ b/.github/ISSUE_TEMPLATE/01_bug.yml @@ -6,7 +6,7 @@ body: value: > Please read this brief portion of documentation before going any further: - http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug + https://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02_feature.yml b/.github/ISSUE_TEMPLATE/02_feature.yml index 99cc4e2..f398384 100644 --- a/.github/ISSUE_TEMPLATE/02_feature.yml +++ b/.github/ISSUE_TEMPLATE/02_feature.yml @@ -6,7 +6,7 @@ body: value: > Please read this brief portion of documentation before going any further: - http://flake8.pycqa.org/en/latest/internal/contributing.html#filing-a-bug + https://flake8.pycqa.org/en/latest/internal/contributing.html#requesting-a-new-feature - type: textarea id: freeform