Update stacktrace link

This commit is contained in:
Florian Bruhin 2020-01-25 14:56:20 +01:00
parent 94235defe3
commit 742789b8ca
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ class FatalCrashDialog(_CrashDialog):
text = ("<b>qutebrowser was restarted after a fatal crash.</b><br/>"
"<br/>Note: Crash reports for fatal crashes sometimes don't "
"contain the information necessary to fix an issue. Please "
"follow the steps in <a href='https://github.com/The-Compiler/"
"follow the steps in <a href='https://github.com/qutebrowser/"
"qutebrowser/blob/master/doc/stacktrace.asciidoc'>"
"stacktrace.asciidoc</a> to submit a stacktrace.<br/>")
self._lbl.setText(text)