From 8d90bd9cc0ded560f8411d1f59731911f2c1382c Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:07:48 +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 30b866ddf..8b379f55d 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) { 他のたくさんのフレームワークでも、Vue の Composition API の ref に似たリアクティビティープリミティブを「シグナル」という用語で導入しています: -- [Solid のシグナル](https://www.solidjs.com/docs/latest/api#createsignal) +- [Solid のシグナル](https://docs.solidjs.com/concepts/signals) - [Angular のシグナル](https://angular.dev/guide/signals) - [Preact のシグナル](https://preactjs.com/guide/v10/signals/) - [Qwik のシグナル](https://qwik.builder.io/docs/components/state/#usesignal)