diff --git a/content/en/guide/v10/signals.md b/content/en/guide/v10/signals.md index eaf69f770..e0d5a9e10 100644 --- a/content/en/guide/v10/signals.md +++ b/content/en/guide/v10/signals.md @@ -212,7 +212,7 @@ function TodoList() { } ``` -And with that we have a fully working todo app! You can try out the full app [over here](/repl?example=todo-list-signals) :tada: +And with that we have a fully working todo app! You can try out the full app [over here](/repl?example=todo-signals) :tada: ## Deriving state via computed signals diff --git a/content/ru/guide/v10/signals.md b/content/ru/guide/v10/signals.md index 5c6094fb7..641173d83 100644 --- a/content/ru/guide/v10/signals.md +++ b/content/ru/guide/v10/signals.md @@ -204,7 +204,7 @@ function TodoList() { } ``` -И теперь у нас есть полностью работающее приложение todo! Вы можете опробовать полную версию приложения [здесь](/repl?example=todo-list-signals) :tada: +И теперь у нас есть полностью работающее приложение todo! Вы можете опробовать полную версию приложения [здесь](/repl?example=todo-signals) :tada: ## Получение состояния с помощью вычисляемых сигналов @@ -559,4 +559,4 @@ effect(() => { console.log(`${name.value} ${surname.value}`) }) }) -``` \ No newline at end of file +``` diff --git a/content/zh/guide/v10/signals.md b/content/zh/guide/v10/signals.md index 13a39a733..a80e519dc 100644 --- a/content/zh/guide/v10/signals.md +++ b/content/zh/guide/v10/signals.md @@ -206,7 +206,7 @@ function TodoList() { } ``` -这样我们就有了一个完全可用的待办事项应用程序!您可以[在这里](/repl?example=todo-list-signals)尝试完整的应用程序 :tada: +这样我们就有了一个完全可用的待办事项应用程序!您可以[在这里](/repl?example=todo-signals)尝试完整的应用程序 :tada: ## 使用计算信号驱动状态