We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17a45c7 + dafa1c3 commit 0d59927Copy full SHA for 0d59927
docs/src/docs/02-creating-actions.md
@@ -62,7 +62,7 @@ While synchronous actions are great, often you'll need to perform an asynchronou
62
fully supports creating actions asynchronously, as we're doing in `fetchProducts`. This is a common pattern you'll use as your application grows,
63
and NuclearJS has no opinion on how you perform your operations: callbacks, Promises, Generators, ES7 async functions — they'll all work just fine!
64
65
-If you'd like to jump ahead, you can read more about [async actions](./04-async-actions-and-optimistic-updates.html).
+If you'd like to jump ahead, you can read more about [async actions](./06-async-actions-and-optimistic-updates.html).
66
67
Now let's build a few stores.
68
0 commit comments