Skip to content

Commit 51de389

Browse files
mesaugattimche
authored andcommitted
Remove non-existent link (redux-utilities#319)
* Remove non-existent middleware link * Make changelog a single word * ChangeLog -> Changelog
1 parent 167886b commit 51de389

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ npm install --save redux-actions
2424

2525
or
2626

27-
```
27+
```bash
2828
$ yarn add redux-actions
2929
```
3030

@@ -61,11 +61,10 @@ export default reducer;
6161

6262
[See the full API documentation.](https://redux-actions.js.org/)
6363

64-
# Documentation
64+
## Documentation
6565

6666
* [Introduction](https://redux-actions.js.org/docs/introduction/index.html)
6767
* [API](https://redux-actions.js.org/docs/api/index.html)
68-
* [Middleware](https://redux-actions.js.org/docs/middleware/index.html)
6968
* [External Resources](https://redux-actions.js.org/docs/ExternalResources.html)
70-
* [Change Log](https://redux-actions.js.org/docs/ChangeLog.html)
69+
* [Changelog](https://redux-actions.js.org/docs/Changelog.html)
7170
* [Contributors](https://redux-actions.js.org/docs/Contributors.html)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Change Log
1+
# Changelog
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/redux-utilities/redux-actions/releases) page.

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
* [handleAction(s)](api/handleAction.md)
1010
* [combineActions](api/combineActions.md)
1111
* [External Resources](ExternalResources.md)
12-
* [Change Log](ChangeLog.md)
12+
* [Changelog](Changelog.md)
1313
* [Contributors](https://github.com/redux-utilities/redux-actions/graphs/contributors)

0 commit comments

Comments
 (0)