From: Gert van Dijk Date: Sun, 31 Mar 2019 17:25:22 +0000 (+0200) Subject: docs: fix links in 'Adding new DNS record types' X-Git-Tag: rec-4.2.0-rc1~45^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74be66a8b30d54a2732afe107f3388a93884d6cf;p=thirdparty%2Fpdns.git docs: fix links in 'Adding new DNS record types' nested markup for monospaced text on link is not possible, see https://stackoverflow.com/q/4743845/1254292 --- diff --git a/docs/guides/addingrecords.rst b/docs/guides/addingrecords.rst index de3f630674..37a3c1c36d 100644 --- a/docs/guides/addingrecords.rst +++ b/docs/guides/addingrecords.rst @@ -47,10 +47,10 @@ Next, it defines that the rest of the record is the actual certificate methods are supplied for all DNS data types in use. Now add ``TLSARecordContent::report()`` to -```reportOtherTypes()`` `__. +`reportOtherTypes() `__. And that's it. For completeness, add TLSA and 52 to the QType enum in -```qtype.hh`` `__, +`qtype.hh `__, which makes it easier to refer to the TLSA record in code if so required.