Skip to content

Commit d720cd9

Browse files
authored
Improve link formatting in shadow object API docs
Updated link format for reactivity primitives section.
1 parent cc6ea42 commit d720cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shadow-objects/docs/03-api/01-shadow-object-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Makes a value available to **all** Entities in the entire application, regardles
8787

8888
## 3. Reactivity Primitives
8989

90-
The framework re-exports reactivity primitives (via `@spearwolf/signalize`). These are the building blocks of your logic.
90+
The framework re-exports reactivity primitives (via [@spearwolf/signalize](https://github.com/spearwolf/signalize)). These are the building blocks of your logic.
9191

9292
### `createSignal(initialValue)`
9393

0 commit comments

Comments
 (0)