Skip to content

Commit

Permalink
Merge pull request #176 from smarden1/fix-async-docs-broken-link
Browse files Browse the repository at this point in the history
Fix the broken link on the actions->async_actions docs.
  • Loading branch information
bhamodi committed Oct 7, 2015
2 parents 17a45c7 + dafa1c3 commit 0d59927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/02-creating-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ While synchronous actions are great, often you'll need to perform an asynchronou
fully supports creating actions asynchronously, as we're doing in `fetchProducts`. This is a common pattern you'll use as your application grows,
and NuclearJS has no opinion on how you perform your operations: callbacks, Promises, Generators, ES7 async functions — they'll all work just fine!

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).

Now let's build a few stores.

Expand Down

0 comments on commit 0d59927

Please sign in to comment.