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:
ridiculousfish 2020-07-31 11:53:26 -07:00
parent 81a39be0bb
commit c940af1600

View file

@ -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
::