summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/earlyinit.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/misc/earlyinit.py')
-rw-r--r--qutebrowser/misc/earlyinit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py
index 57e821784..eeb89b485 100644
--- a/qutebrowser/misc/earlyinit.py
+++ b/qutebrowser/misc/earlyinit.py
@@ -62,7 +62,7 @@ def _missing_str(name, *, webengine=False):
"<b>The error encountered was:</b><br />%ERROR%"]
lines = ['Please search for the python3 version of {} in your '
'distributions packages, or see '
- 'https://github.com/qutebrowser/qutebrowser/blob/master/doc/install.asciidoc'
+ 'https://github.com/qutebrowser/qutebrowser/blob/main/doc/install.asciidoc'
.format(name)]
blocks.append('<br />'.join(lines))
if not webengine: