diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6ca8e6f6b..05020ce34 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- ***Things to try before submitting bug report*** -read the [troubleshooting guide](/doc/md/Installation_Instructions/Troubleshooting.md) +read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md) ***Compilation problems*** Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake.