summaryrefslogtreecommitdiff
path: root/docs/user-guide/02-conventional-features.md
diff options
context:
space:
mode:
authoraidanfnv <aidanf@nvidia.com>2025-07-27 09:58:31 -0700
committerGitHub <noreply@github.com>2025-07-27 16:58:31 +0000
commit6d399804a353154259cf4410940f144db8f9b5cf (patch)
treeb4049a34c4e1af6aa2e7dbf2cb59bc4ae28d9b85 /docs/user-guide/02-conventional-features.md
parentd311efd9d6ddc620f5960c6fc10f25daa628df6c (diff)
Fix broken links in User Guide (#7938)
* Fix broken links in User Guide * Fix link text with filename, use title
Diffstat (limited to 'docs/user-guide/02-conventional-features.md')
-rw-r--r--docs/user-guide/02-conventional-features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide/02-conventional-features.md b/docs/user-guide/02-conventional-features.md
index 2571712ee..4f381f62f 100644
--- a/docs/user-guide/02-conventional-features.md
+++ b/docs/user-guide/02-conventional-features.md
@@ -521,7 +521,7 @@ Variadic macros are supported by the Slang preprocessor.
> #### Note ####
> The use of `#include` in new code is discouraged as this functionality has
> been superseded by the module system, please refer to
-> [./04-modules-and-access-control.md](./04-modules-and-access-control.md)
+> [Modules and Access Control](04-modules-and-access-control.md)
Attributes
----------