mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
docs: Fix reference to FAQ
This adds a reference to one specific FAQ, so it adds a label for that one question. It does not add the rest, because they currently aren't linked. If you add a reference to an FAQ, you should add the label as well. [ci skip]
This commit is contained in:
parent
78931d78bd
commit
235266894b
2 changed files with 2 additions and 1 deletions
|
@ -249,6 +249,7 @@ In fish versions prior to 2.5.0 it was possible to create a function named ``-``
|
||||||
|
|
||||||
abbr -a -- - 'cd -'
|
abbr -a -- - 'cd -'
|
||||||
|
|
||||||
|
.. _faq-uninstalling:
|
||||||
|
|
||||||
Uninstalling fish
|
Uninstalling fish
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -170,7 +170,7 @@ For for detailed instructions see `Switching to fish <tutorial.html#tut_switchin
|
||||||
Uninstalling
|
Uninstalling
|
||||||
------------
|
------------
|
||||||
|
|
||||||
For uninstalling *fish*: see `FAQ: Uninstalling fish <faq.html#faq-uninstalling>`_.
|
For uninstalling *fish*: see :ref:`FAQ: Uninstalling fish <faq-uninstalling>`.
|
||||||
|
|
||||||
Starting and Exiting
|
Starting and Exiting
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in a new issue