Skip to content

Commit b608359

Browse files
Fix links to the Todo List (Signals) example (#1232)
In this commit, we are fixing the link that should take users to the Todo List (Signals) example: https://preactjs.com/repl?example=todo-signals The same link was fixed in three different locales: en, ru and zh.
1 parent 35e4079 commit b608359

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/guide/v10/signals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function TodoList() {
212212
}
213213
```
214214

215-
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:
215+
And with that we have a fully working todo app! You can try out the full app [over here](/repl?example=todo-signals) :tada:
216216

217217
## Deriving state via computed signals
218218

content/ru/guide/v10/signals.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function TodoList() {
204204
}
205205
```
206206

207-
И теперь у нас есть полностью работающее приложение todo! Вы можете опробовать полную версию приложения [здесь](/repl?example=todo-list-signals) :tada:
207+
И теперь у нас есть полностью работающее приложение todo! Вы можете опробовать полную версию приложения [здесь](/repl?example=todo-signals) :tada:
208208

209209
## Получение состояния с помощью вычисляемых сигналов
210210

@@ -559,4 +559,4 @@ effect(() => {
559559
console.log(`${name.value} ${surname.value}`)
560560
})
561561
})
562-
```
562+
```

content/zh/guide/v10/signals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function TodoList() {
206206
}
207207
```
208208

209-
这样我们就有了一个完全可用的待办事项应用程序!您可以[在这里](/repl?example=todo-list-signals)尝试完整的应用程序 :tada:
209+
这样我们就有了一个完全可用的待办事项应用程序!您可以[在这里](/repl?example=todo-signals)尝试完整的应用程序 :tada:
210210

211211
## 使用计算信号驱动状态
212212

0 commit comments

Comments
 (0)