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:
Erik Johnson 2013-08-03 19:27:17 -05:00
parent 5c00e87a44
commit 06a61bc5e6
2 changed files with 7 additions and 3 deletions

View File

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

View File

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