Fix a link in the conf docs

This commit is contained in:
Kovid Goyal 2021-08-02 21:58:39 +05:30
parent 5f6cb34f77
commit b3231c8003
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 3 deletions

View File

@ -44,8 +44,9 @@ def expand_opt_references(conf_name: str, text: str) -> str:
def remove_markup(text: str) -> str:
ref_map = {
'layouts': f'{website_url("overview")}#layouts',
'sessions': f'{website_url("overview")}#layouts',
'sessions': f'{website_url("overview")}#startup-sessions',
'functional': f'{website_url("keyboard-protocol")}#functional-key-definitions',
'action-select_tab': f'{website_url("actions")}#select-tab',
}
def sub(m: Match) -> str:

View File

@ -879,8 +879,8 @@ The tab bar style, can be one of: :code:`fade`, :code:`separator`,
into the background color, in the separator style, tabs are separated by a
configurable separator, and the powerline shows the tabs as a continuous line.
If you use the hidden style, you might want to create a mapping for the
:code:`select_tab` action which presents you with a list of tabs and allows for
easy switching to a tab.
:ref:`action-select_tab` action which presents you with a list of tabs
and allows for easy switching to a tab.
'''
)