From a24fe2cbdcdb7aca07b719a7d17075d25fc3ee96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Breu=C3=9F=20Valentin?= Date: Wed, 22 Apr 2026 08:20:23 +0200 Subject: [PATCH] docs: fix broken link to Ref Struct Parameters section in analyzers documentation --- Docs/pages/07-analyzers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/pages/07-analyzers.md b/Docs/pages/07-analyzers.md index 88ab7ba0..048d7adb 100644 --- a/Docs/pages/07-analyzers.md +++ b/Docs/pages/07-analyzers.md @@ -54,5 +54,5 @@ environment can't emit the setup surface: fallback and are not flagged. Custom ref-struct parameters and indexer keys (both get and set) ARE supported on .NET 9+ compilation targets. -See the [Ref Struct Parameters](setup/04-parameter-matching#ref-struct-parameters-net-9) section +See the [Ref Struct Parameters](setup/parameter-matching#ref-struct-parameters-net-9) section for the supported surface.