diff --git a/docs/book/src/async/10_resources.md b/docs/book/src/async/10_resources.md index 86ea16b025..08a6ad392f 100644 --- a/docs/book/src/async/10_resources.md +++ b/docs/book/src/async/10_resources.md @@ -47,9 +47,9 @@ view! { Resources also provide a `refetch()` method that allows you to manually reload the data (for example, in response to a button click) and a `loading()` method that returns a `ReadSignal` indicating whether the resource is currently loading or not. -[Click to open CodeSandbox.](https://codesandbox.io/p/sandbox/10-resources-0-5-9jq86q?file=%2Fsrc%2Fmain.rs%3A1%2C2) +[Click to open CodeSandbox.](https://codesandbox.io/p/sandbox/10-resources-0-5-x6h5j6?file=%2Fsrc%2Fmain.rs%3A2%2C3) - +
CodeSandbox Source