diff --git a/doc/topics/installation/arch.rst b/doc/topics/installation/arch.rst index 245eb9c563..62c4e63d3f 100644 --- a/doc/topics/installation/arch.rst +++ b/doc/topics/installation/arch.rst @@ -18,7 +18,7 @@ Install Salt stable releases from the Arch Linux Official repositories as follow pacman -S salt-zmq -To install Salt stable releases using the :doc:`RAET protocol`, +To install Salt stable releases using the :ref:`RAET protocol`, use the following: .. code-block:: bash @@ -77,4 +77,4 @@ seen here: systemctl start salt-master -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/debian.rst b/doc/topics/installation/debian.rst index c04f142069..fea682d0a8 100644 --- a/doc/topics/installation/debian.rst +++ b/doc/topics/installation/debian.rst @@ -106,4 +106,4 @@ more than one package name may be given at a time: Post-installation tasks ======================= -Now, go to the :doc:`Configuring Salt ` page. +Now, go to the :ref:`Configuring Salt ` page. diff --git a/doc/topics/installation/fedora.rst b/doc/topics/installation/fedora.rst index 1c90315f74..6ec0b09c88 100644 --- a/doc/topics/installation/fedora.rst +++ b/doc/topics/installation/fedora.rst @@ -116,7 +116,7 @@ To start the Minion: systemctl start salt-minion.service -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. .. _`Bootstrap Script`: https://github.com/saltstack/salt-bootstrap .. _`EPEL`: http://fedoraproject.org/wiki/EPEL diff --git a/doc/topics/installation/freebsd.rst b/doc/topics/installation/freebsd.rst index f6f49e830e..43d41f22c7 100644 --- a/doc/topics/installation/freebsd.rst +++ b/doc/topics/installation/freebsd.rst @@ -100,4 +100,4 @@ Start the Salt Minion as follows: service salt_minion start -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/gentoo.rst b/doc/topics/installation/gentoo.rst index aa4b0bbda4..f5534f84ad 100644 --- a/doc/topics/installation/gentoo.rst +++ b/doc/topics/installation/gentoo.rst @@ -11,6 +11,4 @@ Salt can be easily installed on Gentoo via Portage: Post-installation tasks ======================= -Now go to the :doc:`Configuring Salt` page. - -.. _GitHub downloads: https://github.com/saltstack/salt/downloads \ No newline at end of file +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/openbsd.rst b/doc/topics/installation/openbsd.rst index 59ae6f5124..c84faacf92 100644 --- a/doc/topics/installation/openbsd.rst +++ b/doc/topics/installation/openbsd.rst @@ -62,4 +62,4 @@ To start the Minion: rcctl start salt_minion -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/osx.rst b/doc/topics/installation/osx.rst index c37bdcf8f9..676e825526 100644 --- a/doc/topics/installation/osx.rst +++ b/doc/topics/installation/osx.rst @@ -78,5 +78,5 @@ Now the salt-master should run without errors: Post-installation tasks ======================= -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/rhel.rst b/doc/topics/installation/rhel.rst index f68bacf3b2..2372efa7c8 100644 --- a/doc/topics/installation/rhel.rst +++ b/doc/topics/installation/rhel.rst @@ -243,4 +243,4 @@ To start the Minion: systemctl start salt-minion.service -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/suse.rst b/doc/topics/installation/suse.rst index 8c7a3fdb5c..6ce68a7800 100644 --- a/doc/topics/installation/suse.rst +++ b/doc/topics/installation/suse.rst @@ -156,4 +156,4 @@ For SLE 11 SP4 run the following as root: zypper refresh zypper install salt salt-minion salt-master -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page. diff --git a/doc/topics/installation/ubuntu.rst b/doc/topics/installation/ubuntu.rst index a996cc6c4b..9f97036f4d 100644 --- a/doc/topics/installation/ubuntu.rst +++ b/doc/topics/installation/ubuntu.rst @@ -90,4 +90,4 @@ more than one package name may be given at a time: Post-installation tasks ======================= -Now go to the :doc:`Configuring Salt` page. +Now go to the :ref:`Configuring Salt` page.