[PATCH net-next 3/3] net: dns_resolver: Fix request-key cross-reference

Bagas Sanjaya posted 3 patches 1 week, 2 days ago
There is a newer version of this series
[PATCH net-next 3/3] net: dns_resolver: Fix request-key cross-reference
Posted by Bagas Sanjaya 1 week, 2 days ago
Link to "Key Request Service" docs uses file:// scheme instead due to
angled brackets markup. Fix it to proper cross-reference.

Fixes: 3db38ed76890 ("doc: ReSTify keys-request-key.txt")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/networking/dns_resolver.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/dns_resolver.rst b/Documentation/networking/dns_resolver.rst
index 329fb21d005ccd..18c2af83d5129c 100644
--- a/Documentation/networking/dns_resolver.rst
+++ b/Documentation/networking/dns_resolver.rst
@@ -141,8 +141,8 @@ the key will be discarded and recreated when the data it holds has expired.
 dns_query() returns a copy of the value attached to the key, or an error if
 that is indicated instead.
 
-See <file:Documentation/security/keys/request-key.rst> for further
-information about request-key function.
+See Documentation/security/keys/request-key.rst for further information about
+request-key function.
 
 
 Debugging
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH net-next 3/3] net: dns_resolver: Fix request-key cross-reference
Posted by Simon Horman 1 week, 1 day ago
On Mon, Sep 22, 2025 at 04:56:48PM +0700, Bagas Sanjaya wrote:
> Link to "Key Request Service" docs uses file:// scheme instead due to
> angled brackets markup. Fix it to proper cross-reference.
> 
> Fixes: 3db38ed76890 ("doc: ReSTify keys-request-key.txt")
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Thanks,

I visually inspected the html output in a browser and confirmed
the both the name and link for cross-reference is now correct.

Reviewed-by: Simon Horman <horms@kernel.org>