From 74be66a8b30d54a2732afe107f3388a93884d6cf Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Sun, 31 Mar 2019 19:25:22 +0200 Subject: [PATCH] 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 --- docs/guides/addingrecords.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2