]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use RST instead of Markdown for link 11136/head
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 29 Dec 2021 16:26:39 +0000 (11:26 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Wed, 29 Dec 2021 16:26:39 +0000 (11:26 -0500)
docs/upgrading.rst
pdns/dnsdistdist/docs/upgrade_guide.rst
pdns/recursordist/docs/upgrade.rst

index 8f7a7f16bca6aa1fdaae477047b3d3e59c87c2dc..46abbafd0d6f273bfe07bb155877840ac3048d13 100644 (file)
@@ -35,7 +35,7 @@ Privileged port binding in Docker
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments.
-For more information, see the section ["Privileged ports" in Docker-README](https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports).
+For more information, see the section `"Privileged ports" in Docker-README <https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports>`__.
 
 4.4.x to 4.5.0
 --------------
index 54753c39992411aa7a48a3a3d63dfd5558c67467..47e7e08649d7a83a7de25ffbdfa7da028c61814b 100644 (file)
@@ -13,7 +13,7 @@ Unless set via :func:`setMaxTCPClientThreads` the number of TCP workers now defa
 Plain-text API keys and passwords for web server authentication are now strongly discouraged. The :func:`hashPassword` method can be used to generate a hashed and salted version of passwords and API keys instead, so that the plain-text version can no longer be found in either the configuration file or the memory of the running process.
 
 In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments.
-For more information, see the section ["Privileged ports" in Docker-README](https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports).
+For more information, see the section `"Privileged ports" in Docker-README <https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports>`__.
 
 1.5.x to 1.6.0
 --------------
index 79285c2677f818062af4e13ba2bc2744fd34ba8e..3231ca2ba603f9e34b1d89f75f8122c9778c343f 100644 (file)
@@ -35,7 +35,7 @@ Privileged port binding in Docker
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 In our Docker image, our binaries are no longer granted the ``net_bind_service`` capability, as this is unnecessary in many deployments.
-For more information, see the section ["Privileged ports" in Docker-README](https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports).
+For more information, see the section `"Privileged ports" in Docker-README <https://github.com/PowerDNS/pdns/blob/master/Docker-README.md#privileged-ports>`__.
 
 4.5.1 to 4.5.2
 --------------