From 7a8c46f54c538d5e7b55b09de4484ad07cc036a8 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 2 Jan 2025 11:40:38 +0100 Subject: [PATCH] docs: fixup link in radv docs This is not how to add links, this is how to use the default-role. Let's correct it. Fixes: 3ba3e007503 ("radv: Add some documentation.") Reviewed-by: Dylan Baker Part-of: --- docs/drivers/radv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/radv.rst b/docs/drivers/radv.rst index 0f79188c214..8cf8dbeef5c 100644 --- a/docs/drivers/radv.rst +++ b/docs/drivers/radv.rst @@ -176,7 +176,7 @@ Registers in shaders (not to be confused with registers in the CP): * SGPR - scalar general purpose register: same value within a wave For further reading, AMD has publised whitepapers and documentation for the GCN and RDNA GPU architectures. -`These can be found on their GPUOpen site. ` +`These can be found on their GPUOpen site. `__ Debugging ---------