From ef14d2100250738cc23ab7df053bfc5cc17286a2 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 4 Jan 2024 09:03:34 +0100 Subject: [PATCH] fix: Fix troubleshooting link --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b2ee51..0296673 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,8 +13,8 @@ there might be an issue with your environment, please check that the prerequiste (https://github.com/esp-rs/esp-idf-template#prerequisites) are properly installed and that environment variables (LIBCLANG_PATH, PATH...) are properly updated. -Have a look at our troubleshooting section -(https://esp-rs.github.io/book/installation/troubleshooting.html) +Have a look at our std troubleshooting section +(https://esp-rs.github.io/book/troubleshooting/std.html) If you are still encountering the issue, feel free to ask for help in our matrix channel (https://matrix.to/#/#esp-rs:matrix.org) or open the issue-->