Fix docs links

This commit is contained in:
Kovid Goyal 2018-06-16 08:19:33 +05:30
parent 12cbcf1c17
commit 35041e7709
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 5 additions and 4 deletions

View file

@ -262,9 +262,10 @@ see the :doc:`configuration docs <conf>`.
Startup Sessions
------------------
You can control the tabs, window layout, working directory, startup
programs, etc. by creating a "session" file and using the :option:`kitty --session`
command line flag. For example:
You can control the tabs, window layout, working directory, startup programs,
etc. by creating a "session" file and using the :option:`kitty --session`
command line flag or the :opt:`startup_session` option in :file:`kitty.conf`.
For example:
.. code-block:: session

View file

@ -618,7 +618,7 @@ def tab_fade(x):
o('startup_session', 'none', option_type=lambda x: (None if x.lower() == 'none' else x), long_text=_('''
Path to a session file to use for all kitty instances. Can be overridden
by using the :option:`--startup-session` command line option for individual
by using the :option:`kitty --session` command line option for individual
instances. See :ref:`sessions` in the kitty documentation for details.
'''))