mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:54:04 +08: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
|
@ -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
|
.. [#] 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)
|
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
|
echo We do not have a hosts file
|
||||||
end
|
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 New Issue
Block a user