Skip to content

Commit

Permalink
Merge pull request reduxjs#1283 from grifotv/patch-1
Browse files Browse the repository at this point in the history
Point link to Glossary markdown instead of html
  • Loading branch information
gaearon committed Jan 26, 2016
2 parents d839786 + 5691c0b commit 3455ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ReducingBoilerplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ There are also utility libraries to aid in generating action creators, such as [

## Async Action Creators

[Middleware](../Glossary.html#middleware) lets you inject custom logic that interprets every action object before it is dispatched. Async actions are the most common use case for middleware.
[Middleware](../Glossary.md#middleware) lets you inject custom logic that interprets every action object before it is dispatched. Async actions are the most common use case for middleware.

Without any middleware, [`dispatch`](../api/Store.md#dispatch) only accepts a plain object, so we have to perform AJAX calls inside our components:

Expand Down

0 comments on commit 3455ce4

Please sign in to comment.