diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 38e81dc805..8595c29f77 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,7 +8,7 @@ body: label: Answers checklist. description: Before submitting a new issue, please follow the checklist and try to find the answer. options: - - label: I have read the documentation for [esp-protocols components](https://espressif.github.io/esp-protocols/) and the issue is not addressed there. + - label: I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there. required: true - label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there. required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6adfa7b745..c4dac3d840 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - - name: esp-protocols documentation - url: https://espressif.github.io/esp-protocols/ + - name: esp-protocols documentation links + url: https://github.com/espressif/esp-protocols#readme about: Documenation for esp-protocols components. - name: ESP-IDF Programming Guide url: https://docs.espressif.com/projects/esp-idf/en/latest/ diff --git a/.github/ISSUE_TEMPLATE/other-issue.yml b/.github/ISSUE_TEMPLATE/other-issue.yml index 64d8a9991f..022cf254ca 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.yml +++ b/.github/ISSUE_TEMPLATE/other-issue.yml @@ -7,7 +7,7 @@ body: label: Answers checklist. description: Before submitting a new issue, please follow the checklist and try to find the answer. options: - - label: I have read the documentation for [esp-protocols components](https://espressif.github.io/esp-protocols/) and the issue is not addressed there. + - label: I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there. required: true - label: I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there. required: true