diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index ada831bf2..f5fb0b6a7 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -758,11 +758,11 @@ This tries to automatically click on typical _Previous Page_ or _Next Page_ link - `up`: Go up a level in the current URL. - `increment`: Increment the last number in the URL. Uses the - link:settings{outfilesuffix}#url.incdec_segments[url.incdec_segments] + link:settings{outsuffix}#url.incdec_segments[url.incdec_segments] config option. - `decrement`: Decrement the last number in the URL. Uses the - link:settings{outfilesuffix}#url.incdec_segments[url.incdec_segments] + link:settings{outsuffix}#url.incdec_segments[url.incdec_segments] config option. diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index d5e1797ac..abe72ebc0 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -606,11 +606,11 @@ class CommandDispatcher: - `up`: Go up a level in the current URL. - `increment`: Increment the last number in the URL. Uses the - link:settings.html#url.incdec_segments[url.incdec_segments] + link:settings{outsuffix}#url.incdec_segments[url.incdec_segments] config option. - `decrement`: Decrement the last number in the URL. Uses the - link:settings.html#url.incdec_segments[url.incdec_segments] + link:settings{outsuffix}#url.incdec_segments[url.incdec_segments] config option. tab: Open in a new tab.