Skip to content

Commit 0d59927

Browse files
committed
Merge pull request #176 from smarden1/fix-async-docs-broken-link
Fix the broken link on the actions->async_actions docs.
2 parents 17a45c7 + dafa1c3 commit 0d59927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/02-creating-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ While synchronous actions are great, often you'll need to perform an asynchronou
6262
fully supports creating actions asynchronously, as we're doing in `fetchProducts`. This is a common pattern you'll use as your application grows,
6363
and NuclearJS has no opinion on how you perform your operations: callbacks, Promises, Generators, ES7 async functions — they'll all work just fine!
6464

65-
If you'd like to jump ahead, you can read more about [async actions](./04-async-actions-and-optimistic-updates.html).
65+
If you'd like to jump ahead, you can read more about [async actions](./06-async-actions-and-optimistic-updates.html).
6666

6767
Now let's build a few stores.
6868

0 commit comments

Comments
 (0)