Skip to content

Commit b00de31

Browse files
fix some links
1 parent a99796b commit b00de31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const reducer = handleActions({
5252
export default reducer;
5353
```
5454

55-
For more complex scenarios we recommend reading our [documentation](https://redux-actions.js.org/).
55+
[See the full API documentation.](https://redux-actions.js.org/)
5656

5757
# Documentation
5858

docs/api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API Reference
22

33
* Methods
4-
* [createAction(s)](./createAction.md)
5-
* [handleAction(s)](./handleAction.md)
6-
* [combineActions](./combineActions.md)
4+
* [createAction(s)](/docs/api/createAction.md)
5+
* [handleAction(s)](/docs/api/handleAction.md)
6+
* [combineActions](/docs/api/combineActions.md)

docs/introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Introduction
22

3-
* [Motivation](/docs/introduction/motivation)
3+
* [Motivation](/docs/introduction/Motivation.md)
44
* [Tutorial](/docs/introduction/Tutorial.md)

0 commit comments

Comments
 (0)