From ad02d01b2a2e2850bd8e53e3543e79579fd0e84c Mon Sep 17 00:00:00 2001 From: Ben Gartner Date: Sun, 23 Sep 2018 16:41:01 -0500 Subject: [PATCH] Change commands.py document generator --- doc/help/commands.asciidoc | 4 ++-- qutebrowser/browser/commands.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.