Skip to content

Commit f624b41

Browse files
vinnymacyangmillstheory
authored andcommitted
Fix the site links in main README (#226)
1 parent b00de31 commit f624b41

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* [Documentation](#documentation)
1414

1515

16-
# Getting Started {#gettingstarted}
16+
# Getting Started
1717

1818
## Installation
1919

@@ -56,9 +56,9 @@ export default reducer;
5656

5757
# Documentation
5858

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

0 commit comments

Comments
 (0)