From 7cdef6ed3fd1fd0c39a3edc84645b13cc528aac7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 29 Dec 2021 11:26:39 -0500 Subject: [PATCH] Use RST instead of Markdown for link --- docs/upgrading.rst | 2 +- pdns/dnsdistdist/docs/upgrade_guide.rst | 2 +- pdns/recursordist/docs/upgrade.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -------------- -- 2.47.2