summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkmpm <peter@birchroad.net>2019-01-20 19:48:57 +0100
committerkmpm <peter@birchroad.net>2019-01-20 19:48:57 +0100
commitb32103d6970b0788a00c353f95f50e308d31b2fe (patch)
tree87492eef31c9ed78c748ae6d33fc111cf54bd2d8 /docs
parentbc5ad9350e7444d5efc470340cb0c979c0606e0c (diff)
downloadvyos-documentation-b32103d6970b0788a00c353f95f50e308d31b2fe.tar.gz
vyos-documentation-b32103d6970b0788a00c353f95f50e308d31b2fe.zip
Fixes some references and tocs
Diffstat (limited to 'docs')
-rw-r--r--docs/examples.rst2
-rw-r--r--docs/quick-start.rst2
-rw-r--r--docs/services/index.rst1
-rw-r--r--docs/vpn.rst2
4 files changed, 5 insertions, 2 deletions
diff --git a/docs/examples.rst b/docs/examples.rst
index 7194188a..f216060e 100644
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -6,7 +6,7 @@ Appendix B - Configuration Examples
VyOS DMVPN Hub
--------------
-General infomration can be found in the DMVPN_ chapter.
+General infomration can be found in the :ref:`vpn-dmvpn` chapter.
Configuration
^^^^^^^^^^^^^
diff --git a/docs/quick-start.rst b/docs/quick-start.rst
index 34dd5115..3b235513 100644
--- a/docs/quick-start.rst
+++ b/docs/quick-start.rst
@@ -162,6 +162,6 @@ interface-level traffic-policy directive:
VyOS 1.2 (Crux) also supports HFSC (:code:`set traffic-policy shaper-hfsc`)
-See further information in the `QoS and Traffic Policy`_ chapter.
+See further information in the :ref:`qos` chapter.
.. _tc: http://en.wikipedia.org/wiki/Tc_(Linux)
diff --git a/docs/services/index.rst b/docs/services/index.rst
index 80405ef7..f42fbf81 100644
--- a/docs/services/index.rst
+++ b/docs/services/index.rst
@@ -8,6 +8,7 @@ Services
This chapter descriptes the available system/network services provided by VyOS.
.. toctree::
+ :hidden:
conntrack
dhcp
diff --git a/docs/vpn.rst b/docs/vpn.rst
index 46a7b957..5a18ab55 100644
--- a/docs/vpn.rst
+++ b/docs/vpn.rst
@@ -449,6 +449,8 @@ rules. (if you used the default configuration at the top of this page)
set firewall name OUTSIDE-LOCAL rule 32 action 'accept'
set firewall name OUTSIDE-LOCAL rule 32 source address '192.168.0.0/24'
+.. _vpn-dmvpn:
+
DMVPN
-----