Move links into separate file

This commit is contained in:
cytopia 2018-07-24 08:56:57 +02:00
parent ce56d52dd1
commit 775180af8b
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 9 additions and 1 deletions

View File

@ -22,6 +22,7 @@
============================================================
.. include:: /_includes/links/apps.rst
.. include:: /_includes/links/dns.rst
.. include:: /_includes/links/docker.rst
.. include:: /_includes/links/docker-compose.rst
.. include:: /_includes/links/examples.rst

View File

@ -0,0 +1,5 @@
.. |ext_lnk_dns_archlinux_wiki_resolv_conf| raw:: html
<a target="_blank" href="https://wiki.archlinux.org/index.php/Dhcpcd#resolv.conf">
Archlinux Wiki: resolv.conf <img src="/_static/img/icons/ext-link.svg" />
</a>

View File

@ -1,5 +1,7 @@
:orphan:
.. include:: /_includes/all.rst
.. _howto_add_custom_dns_server_on_linux:
******************************
@ -123,4 +125,4 @@ Once done, you can verify if the new DNS settings are effective:
host> systemd-resolve --status
.. seealso:: `Archlinux Wiki: resolv.conf <https://wiki.archlinux.org/index.php/Dhcpcd#resolv.conf>`_
.. seealso:: |ext_lnk_dns_archlinux_wiki_resolv_conf|