]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: fix links in 'Adding new DNS record types'
authorGert van Dijk <gertvdijk@gmail.com>
Sun, 31 Mar 2019 17:25:22 +0000 (19:25 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:15:07 +0000 (12:15 +0200)
nested markup for monospaced text on link is not possible, see
https://stackoverflow.com/q/4743845/1254292

docs/guides/addingrecords.rst

index de3f630674fd5788cb0dfb70bed727afe9748ec8..37a3c1c36d77e941ca32cc5805e0751335ec5591 100644 (file)
@@ -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()`` <https://github.com/PowerDNS/pdns/blob/5a3409cbb4314b84f1171a69c7337386568fa886/pdns/dnsrecords.cc#L594>`__.
+`reportOtherTypes() <https://github.com/PowerDNS/pdns/blob/5a3409cbb4314b84f1171a69c7337386568fa886/pdns/dnsrecords.cc#L594>`__.
 
 And that's it. For completeness, add TLSA and 52 to the QType enum in
-```qtype.hh`` <https://github.com/PowerDNS/pdns/blob/5a3409cbb4314b84f1171a69c7337386568fa886/pdns/qtype.hh#L116>`__,
+`qtype.hh <https://github.com/PowerDNS/pdns/blob/5a3409cbb4314b84f1171a69c7337386568fa886/pdns/qtype.hh#L116>`__,
 which makes it easier to refer to the TLSA record in code if so
 required.