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.