Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Fix broken ADVANCED.md link
Browse files Browse the repository at this point in the history
  • Loading branch information
tptee committed Sep 28, 2016
1 parent b09f5f2 commit 27ea8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To hook into Redux applications, `redux-little-router` uses a store enhancer tha

### Wiring up the boilerplate

The following is an example of a `redux-little-router` setup that works for browser-rendered applications. For a server rendering example, check out our [advanced docs](ADVANCED.MD).
The following is an example of a `redux-little-router` setup that works for browser-rendered applications. For a server rendering example, check out our [advanced docs](ADVANCED.md).

```js
import { compose, createStore } from 'redux';
Expand Down

0 comments on commit 27ea8ce

Please sign in to comment.