From: Josh Soref Date: Wed, 29 Dec 2021 16:26:39 +0000 (-0500) Subject: Use RST instead of Markdown for link X-Git-Tag: auth-4.7.0-alpha1~93^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11136%2Fhead;p=thirdparty%2Fpdns.git Use RST instead of Markdown for link --- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 8f7a7f16bc..46abbafd0d 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -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 `__. 4.4.x to 4.5.0 -------------- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 54753c3999..47e7e08649 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -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 `__. 1.5.x to 1.6.0 -------------- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 79285c2677..3231ca2ba6 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -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 `__. 4.5.1 to 4.5.2 --------------