Change commands.py document generator

This commit is contained in:
Ben Gartner 2018-09-23 16:41:01 -05:00
parent f5a07ba3cf
commit ad02d01b2a
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.