diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-29 10:41:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-29 10:44:14 +0100 |
commit | 3918aefbeeeac4ab9844e3528995ae689a9bd952 (patch) | |
tree | eb8b518feeaeb6d7c63510651cdb962967ae57ae /docs/contributing | |
parent | 207aceac28624c445c21ec81c6a9f8a3924abefc (diff) | |
download | vyos-documentation-3918aefbeeeac4ab9844e3528995ae689a9bd952.tar.gz vyos-documentation-3918aefbeeeac4ab9844e3528995ae689a9bd952.zip |
vytask: migrate all task references to new command
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/development.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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 |