From f624b4178c20035718439f81c389ba1f447cdb99 Mon Sep 17 00:00:00 2001 From: Vincent Taverna Date: Mon, 3 Jul 2017 11:57:43 -0400 Subject: [PATCH] Fix the site links in main README (#226) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6911197b..f1058bd1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * [Documentation](#documentation) -# Getting Started {#gettingstarted} +# Getting Started ## Installation @@ -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)