mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix more broken links
Two links in doc/ref/states/highstate.rst were broken, resulting in warnings when running sphinx-build to build the html docs. They were trying to link within the same page, and the section did not exist, these sections were probably split off into a separate page (doc/ref/states/requisites.rst) some time ago and these were never updated to reflect that.
This commit is contained in:
parent
5c00e87a44
commit
06a61bc5e6
@ -113,9 +113,9 @@ declaration that will restart Apache whenever the Apache configuration file,
|
||||
|
||||
.. seealso:: watch_in and require_in
|
||||
|
||||
Sometimes it is more convenient to use the :term:`watch_in` or
|
||||
:term:`require_in` syntax instead of extending another ``SLS``
|
||||
file.
|
||||
Sometimes it is more convenient to use the :ref:`watch_in
|
||||
<requisites-watch-in>` or :ref:`require_in <requisites-require-in>` syntax
|
||||
instead of extending another ``SLS`` file.
|
||||
|
||||
:doc:`State Requisites </ref/states/requisites>`
|
||||
|
||||
|
@ -158,6 +158,8 @@ can be used on any states in Salt. This made sense for the networking state
|
||||
because it can define a long list of options that need to be applied to
|
||||
multiple network interfaces.
|
||||
|
||||
.. _requisites-require-in:
|
||||
|
||||
Require In
|
||||
----------
|
||||
|
||||
@ -236,6 +238,8 @@ mod_python.sls
|
||||
Now the httpd server will only start if php or mod_python are first verified to
|
||||
be installed. Thus allowing for a requisite to be defined "after the fact".
|
||||
|
||||
.. _requisites-watch-in:
|
||||
|
||||
Watch In
|
||||
--------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user