From 2b8152110b9a41672dd4dd5f528aa23caa8e88a3 Mon Sep 17 00:00:00 2001 From: aidanfnv Date: Thu, 8 May 2025 10:00:49 -0700 Subject: Fix broken links in Slang docs (#7039) This change fixes some broken links/anchors in the Slang docs that I found after running a link checker tool on the readthedocs site. Some of these were broken on GitHub Pages as well, such as anchors with apostrophes or docs that were moved. The doc writer change adds an explicit .html extension to Parameter links, so that Sphinx/RTD does not treat it as an anchor. --- docs/user-guide/06-interfaces-generics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user-guide/06-interfaces-generics.md') diff --git a/docs/user-guide/06-interfaces-generics.md b/docs/user-guide/06-interfaces-generics.md index bc2ab88df..b90bc04ba 100644 --- a/docs/user-guide/06-interfaces-generics.md +++ b/docs/user-guide/06-interfaces-generics.md @@ -806,7 +806,7 @@ void main() } ``` -See [if-let syntax](convenience-features.html#if_let-syntax) for more details. +See [if-let syntax](03-convenience-features.html#if_let-syntax) for more details. Generic Interfaces -- cgit v1.2.3