Fix the bug_report.md

Fix the link of troubleshooting guide, which should be a URL
rather than a path.
Add 2 spaces after every title to get the same appearance on both
Github and the editor.
This commit is contained in:
wh201906 2022-04-09 18:35:03 +08:00
commit 309b46bd45

View file

@ -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.