From afce7224e93fca85a4c251334ed60eabaf241c2e Mon Sep 17 00:00:00 2001 From: aytizren Date: Tue, 2 Dec 2025 15:36:40 -0500 Subject: [PATCH] fix(types): use valid links for function and signal docs --- src/pages/docs/[version]/types/[module]/[type].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/[version]/types/[module]/[type].astro b/src/pages/docs/[version]/types/[module]/[type].astro index 9a26ab3..cd94155 100644 --- a/src/pages/docs/[version]/types/[module]/[type].astro +++ b/src/pages/docs/[version]/types/[module]/[type].astro @@ -64,13 +64,13 @@ const details = type.details )} { (type.functions?.length ?? 0) != 0 && ( -

Functions [?]

+

Functions [?]

)} { Object.keys(type.signals ?? {}).length != 0 && ( -

Signals [?]

+

Signals [?]