]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix pullreq links in auth-4.4.0 docs
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 25 Jan 2021 10:26:16 +0000 (11:26 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 8 Feb 2021 09:02:25 +0000 (10:02 +0100)
docs/changelog/4.4.rst

index 0f2627a9cb08ef6f03bb6c65339aa5f6fb3f5478..89e7cbc353ca137cacd82fc5de5c98e20b415876 100644 (file)
@@ -73,31 +73,31 @@ Changelogs for 4.4.x
 
   .. change::
     :tags: Bug Fixes
-    :pullreq: #9884
+    :pullreq: 9884
 
     clear the LMDB set state when performing a new lookup or list to prevent corruption cases (Robin Geuze)
 
   .. change::
     :tags: Bug Fixes
-    :pullreq: #9878
+    :pullreq: 9878
 
     SVCB: Correctly parse and print unknown params
 
   .. change::
     :tags: Bug Fixes
-    :pullreq: #9873
+    :pullreq: 9873
 
     fix direct-dnskey in AXFR-out (Kees Monshouwer)
 
   .. change::
     :tags: Improvements
-    :pullreq: #9866
+    :pullreq: 9866
 
     don't log trusted-notification-proxy notify at error level (Kees Monshouwer)
 
   .. change::
     :tags: Improvements
-    :pullreq: #9853
+    :pullreq: 9853
 
     Stop using incbin and use od & sed to generate constant string data.