From 25d0aa98b46af3db500beb440a9679972e3dc89e Mon Sep 17 00:00:00 2001 From: Zachary Wimer Date: Fri, 28 Oct 2022 11:06:18 -0700 Subject: [PATCH] Fix bad issue links in question issue template --- .github/ISSUE_TEMPLATE/question.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 1b6e6e3..bb5608c 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -11,7 +11,7 @@ body: * Have you checked the [documentation](https://docs.angr.io/)? * Have you checked the [FAQ](https://docs.angr.io/introductory-errata/faq)? * Have you checked our library of [examples](https://github.com/angr/angr-doc/tree/master/examples)? - * Have you [searched existing issues](https://github.com/angr/angr/issues?q=is%3Aissue+label%3Aquestion) to see if this question has been answered before? + * Have you [searched existing issues](https://github.com/angr/heaphopper/issues?q=is%3Aissue+label%3Aquestion) to see if this question has been answered before? * Have you checked that you are running the latest versions of angr and its components. angr is rapidly-evolving! **Please note: This repo is effectively unmaintained. While we appreciate bug reports and feature requests, we cannot commit to a timely response.** For more real-time help with angr, from us and the community, join our [Slack](https://angr.io/invite/).