mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Correct tut_combiners anchor to tut-combiners
dash is preferred in the tutorial. This fixes a broken link from the main help page.
This commit is contained in:
parent
81a39be0bb
commit
c940af1600
1 changed files with 2 additions and 2 deletions
|
@ -417,7 +417,7 @@ There is also a ``$pipestatus`` list variable for the exit statuses [#]_ of proc
|
|||
|
||||
.. [#] or "stati" if you prefer, or "statūs" if you've time-travelled from ancient Rome or work as a latin teacher
|
||||
|
||||
.. _tut_combiners:
|
||||
.. _tut-combiners:
|
||||
|
||||
Combiners (And, Or, Not)
|
||||
------------------------
|
||||
|
@ -484,7 +484,7 @@ To compare strings or numbers or check file properties (whether a file exists or
|
|||
echo We do not have a hosts file
|
||||
end
|
||||
|
||||
:ref:`Combiners <tut_combiners>` can also be used to make more complex conditions, like
|
||||
:ref:`Combiners <tut-combiners>` can also be used to make more complex conditions, like
|
||||
|
||||
|
||||
::
|
||||
|
|
Loading…
Reference in a new issue