From 13076e4b9e2e7a5fb0fbcef22b93e4e54cd18db5 Mon Sep 17 00:00:00 2001 From: bab Date: Wed, 29 Oct 2025 12:23:19 +0900 Subject: [PATCH] Update Solid Signals link to the correct documentation --- src/guide/extras/reactivity-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/extras/reactivity-in-depth.md b/src/guide/extras/reactivity-in-depth.md index 337029b2f0..6e417f5a8f 100644 --- a/src/guide/extras/reactivity-in-depth.md +++ b/src/guide/extras/reactivity-in-depth.md @@ -402,7 +402,7 @@ export function useMachine(options) { Quite a few other frameworks have introduced reactivity primitives similar to refs from Vue's Composition API, under the term "signals": -- [Solid Signals](https://www.solidjs.com/docs/latest/api#createsignal) +- [Solid Signals](https://docs.solidjs.com/concepts/signals) - [Angular Signals](https://angular.dev/guide/signals) - [Preact Signals](https://preactjs.com/guide/v10/signals/) - [Qwik Signals](https://qwik.builder.io/docs/components/state/#usesignal)