From 86b25ef684dca2f97d7173be403cc9c3ac304a7b Mon Sep 17 00:00:00 2001 From: pearmini Date: Tue, 21 Jan 2025 22:49:53 -0500 Subject: [PATCH] Fix broken links --- docs/api-index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api-index.md b/docs/api-index.md index 06efc095..31921bb7 100644 --- a/docs/api-index.md +++ b/docs/api-index.md @@ -4,13 +4,13 @@ Building SVG with pure function calls. -- [_cm_.**shape**](/reference/building-ui#echox-html) - create a SVG with the specified attributes and child nodes. +- _cm_.**shape** - create a SVG with the specified attributes and child nodes. ## Applying Reactivity Applying fine-grained state observation. -- [_cm_.**reactive**](/reference/applying-reactivity#echox-reactive) - create a reactive scope, where store the declared states. -- [_reactive_.**let**](/reference/applying-reactivity#reactive-let) - declare a state. -- [_reactive_.**join**](/reference/applying-reactivity#reactive-join) - get the states from the reactive scope. -- [_cm_.**$**](/reference/applying-reactivity#echox-$) - define a reactive callback. +- _cm_.**reactive** - create a reactive scope, where store the declared states. +- _reactive_.**let** - declare a state. +- _reactive_.**join** - get the states from the reactive scope. +- _cm_.**$** - define a reactive callback.