From cf3e4fab58868c002c8d93d2c9ded077a4f8ea85 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 3 Dec 2018 11:39:57 +0100 Subject: [PATCH] Apply suggestions from code review fix path Co-Authored-By: grinapo --- pdns/recursordist/docs/lua-scripting/hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index cd23fcf41b..25e8034239 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -173,7 +173,7 @@ DNS64 ----- The ``getFakeAAAARecords`` and ``getFakePTRRecords`` followupFunctions -can be used to implement DNS64. See :doc:`dns64` for more information. +can be used to implement DNS64. See :doc:`../dns64` for more information. To get fake AAAA records for DNS64 usage, set dq.followupFunction to ``getFakeAAAARecords``, dq.followupPrefix to e.g. "64:ff9b::" and -- 2.47.2