From cbb0e5b4b9902a126319f6aa27b5e8d2e9aafbc3 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 13 Jul 2022 21:23:52 +0200 Subject: [PATCH] Fix issue template link for developer documentation issues (#2018) --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9ef7c4c21..ba4b282a7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,7 @@ contact_links: about: Our documentation has its own issue tracker. Please report issues with the website there. - name: Report incorrect or missing information on our developer documentation - url: https://github.com/home-assistant/developers.home-assistant.io/issues + url: https://github.com/home-assistant/developers.home-assistant/issues about: Our developer documentation has its own issue tracker. Please report issues with the website there. - name: Request a feature for the Operating System