From cb7e07496a3b9ed8154bcbaa5ba39e6c9a09c70b Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Tue, 7 Nov 2023 20:11:30 -0500 Subject: [PATCH] docs: fix CodeSandbox for resources (#2002) --- docs/book/src/async/10_resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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