From 88c48977c27bfa757c1ef10814290c3433bb1a83 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sun, 1 Jun 2025 12:56:43 +0200 Subject: [PATCH] docs: Update documentation links --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1636fb2..e6cf9b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,11 +32,12 @@ If applicable, add screenshots to help explain your problem. **Backtrace/Debug log** Please attach a debug log and backtrace if ncspot has crashed. -Instructions on how to capture debug logs: https://github.com/hrkfdn/ncspot#debugging +Instructions on how to capture debug logs can be found in the [developers +manual](https://github.com/hrkfdn/ncspot/blob/main/doc/developers.md#debugging). For backtraces, make sure you run a debug build of ncspot, e.g. by running the command mentioned in the [compilation -instructions](https://github.com/hrkfdn/ncspot#compiling). You can find the +instructions](https://github.com/hrkfdn/ncspot/blob/main/doc/developers.md#compiling). You can find the latest backtrace at `~/.cache/ncspot/backtrace.log`. **Additional context**