Skip to content

Commit

Permalink
Fix the site links in main README (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymac authored and yangmillstheory committed Jul 3, 2017
1 parent b00de31 commit f624b41
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* [Documentation](#documentation)


# Getting Started {#gettingstarted}
# Getting Started

## Installation

Expand Down Expand Up @@ -56,9 +56,9 @@ export default reducer;

# Documentation

* [Introduction](/docs/introduction)
* [API](/docs/api)
* [Middleware](/docs/middleware)
* [External Resources](/docs/ExternalResources.md)
* [Change Log](/docs/ChangeLog.md)
* [Contributors](/docs/Contributors.md)
* [Introduction](https://redux-actions.js.org/docs/introduction/index.html)
* [API](https://redux-actions.js.org/docs/api/index.html)
* [Middleware](https://redux-actions.js.org/docs/middleware/index.html)
* [External Resources](https://redux-actions.js.org/docs/ExternalResources.html)
* [Change Log](https://redux-actions.js.org/docs/ChangeLog.html)
* [Contributors](https://redux-actions.js.org/docs/Contributors.html)

0 comments on commit f624b41

Please sign in to comment.