summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-25 14:56:20 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-25 14:56:20 +0100
commit742789b8ca77f1c4f79dfc5abdcb5a52ff28a327 (patch)
tree909a1b51da63d2e577869154e956250ed483235a
parent94235defe358555171b399af5e686674f519b7c1 (diff)
downloadqutebrowser-742789b8ca77f1c4f79dfc5abdcb5a52ff28a327.tar.gz
qutebrowser-742789b8ca77f1c4f79dfc5abdcb5a52ff28a327.zip
Update stacktrace link
-rw-r--r--qutebrowser/misc/crashdialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/misc/crashdialog.py b/qutebrowser/misc/crashdialog.py
index 242f7acb1..f80004a92 100644
--- a/qutebrowser/misc/crashdialog.py
+++ b/qutebrowser/misc/crashdialog.py
@@ -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)