summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-29 10:41:33 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-29 10:44:14 +0100
commit3918aefbeeeac4ab9844e3528995ae689a9bd952 (patch)
treeeb8b518feeaeb6d7c63510651cdb962967ae57ae
parent207aceac28624c445c21ec81c6a9f8a3924abefc (diff)
downloadvyos-documentation-3918aefbeeeac4ab9844e3528995ae689a9bd952.tar.gz
vyos-documentation-3918aefbeeeac4ab9844e3528995ae689a9bd952.zip
vytask: migrate all task references to new command
-rw-r--r--docs/appendix/vyos-on-baremetal.rst6
-rw-r--r--docs/contributing/development.rst3
-rw-r--r--docs/routing/ospf.rst4
3 files changed, 4 insertions, 9 deletions
diff --git a/docs/appendix/vyos-on-baremetal.rst b/docs/appendix/vyos-on-baremetal.rst
index 76b5e210..5f20a03f 100644
--- a/docs/appendix/vyos-on-baremetal.rst
+++ b/docs/appendix/vyos-on-baremetal.rst
@@ -107,7 +107,7 @@ VyOS 1.2 (crux)
---------------
Depending on the VyOS versions you intend to install there is a difference in
-the serial port settings (T1327_).
+the serial port settings (:vytask:`T1327`).
Create a bootable USB pendrive using e.g. Rufus_ on a Windows machine.
@@ -190,7 +190,7 @@ VyOS 1.2 (rolling)
------------------
Installing the rolling release on an APU2 board does not require any change
-on the serial console from your host side as T1327_ was successfully
+on the serial console from your host side as :vytask:`T1327` was successfully
implemented.
Simply proceed with a regular image installation as described in
@@ -246,8 +246,6 @@ Desktop
:alt: APU4C4 desktop back
.. _Rufus: https://rufus.ie/
-.. _T1327: https://phabricator.vyos.net/T1327
-
Qotom Q355G4
************
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst
index 1c257772..35b9e17a 100644
--- a/docs/contributing/development.rst
+++ b/docs/contributing/development.rst
@@ -486,7 +486,7 @@ GNU Preprocessor
----------------
XML interface definition files use the `xml.in` file extension which was
-implemented in T1843_. XML interface definitions tend to have a lot of
+implemented in :vytask:`T1843`. XML interface definitions tend to have a lot of
duplicated code in areas such as:
* VIF (incl. VIF-S/VIF-C)
@@ -698,7 +698,6 @@ http://dev.packages.vyos.net/repositories/.
.. _Phabricator: https://phabricator.vyos.net/
.. _Jenkins: https://jenkins.io/
.. _Dockerhub: https://hub.docker.com/u/vyos/
-.. _T1843: https://phabricator.vyos.net/T1843
.. _`IPv4, IPv6 and DHCP(v6)`: https://github.com/vyos/vyos-1x/tree/current/interface-definitions/include/address-ipv4-ipv6-dhcp.xml.i
.. _`IPv4, IPv6`: https://github.com/vyos/vyos-1x/tree/current/interface-definitions/include/address-ipv4-ipv6.xml.i
.. _`VLAN (VIF)`: https://github.com/vyos/vyos-1x/tree/current/interface-definitions/include/vif.xml.i
diff --git a/docs/routing/ospf.rst b/docs/routing/ospf.rst
index bee70895..acffb7b3 100644
--- a/docs/routing/ospf.rst
+++ b/docs/routing/ospf.rst
@@ -90,7 +90,7 @@ A typical configuration using 2 nodes.
.. note:: You can not easily redistribute IPv6 routes via OSPFv3 on a WireGuard
interface link. This requires you to configure link-local addresses manually
- on the WireGuard interfaces, see Phabricator task T1483_.
+ on the WireGuard interfaces, see :vytask:`T1483`.
Example configuration for WireGuard interfaces:
@@ -136,5 +136,3 @@ Example configuration for WireGuard interfaces:
Neighbor ID Pri DeadTime State/IfState Duration I/F[State]
192.168.0.1 1 00:00:39 Full/PointToPoint 00:19:44 wg01[PointToPoint]
-.. _T1483: https://phabricator.vyos.net/T1483
-