From 15927cbf5680302f5197542404ee4e7ab4379d9f Mon Sep 17 00:00:00 2001 From: StunxFS <56417208+StunxFS@users.noreply.github.com> Date: Mon, 8 Mar 2021 14:52:32 -0400 Subject: [PATCH] docs: fix link to 'Structs with reference fields' section (#9199) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 3b42942fce..0c271030c3 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -123,7 +123,7 @@ For more details and troubleshooting, please visit the [vab GitHub repository](h * [Profiling](#profiling) * [Advanced Topics](#advanced-topics) * [Memory-unsafe code](#memory-unsafe-code) - * [Structs with reference fields](structs-with-reference-fields) + * [Structs with reference fields](#structs-with-reference-fields) * [sizeof and __offsetof](#sizeof-and-__offsetof) * [Calling C from V](#calling-c-from-v) * [Debugging generated C code](#debugging-generated-c-code)