Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(store): update links to articles in readme #76

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ with some of Angular's advanced features, including:

## Getting Started

- I already know what Redux and RxJS are. [Give me the TL;DR](https://github.com/angular-redux/store/blob/master/articles/quickstart.md).
- I'm just learning about Redux. [Break it down for me](https://github.com/angular-redux/store/blob/master/articles/intro-tutorial.md)!
- I already know what Redux and RxJS are. [Give me the TL;DR](./articles/quickstart.md).
- I'm just learning about Redux. [Break it down for me](./articles/intro-tutorial.md)!
- Talk is cheap. [Show me a complete code example](https://github.com/angular-redux/example-app).
- Take me to the [API docs](https://angular-redux.github.io/store).

Expand Down Expand Up @@ -84,12 +84,12 @@ Read more here: [Select Pattern](https://github.com/angular-redux/store/blob/mas

We also have a number of 'cookbooks' for specific Angular topics:

- [Using Angular's Dependency Injector with Action Creators](https://github.com/angular-redux/store/blob/master/articles/action-creator-service.md)
- [Using Angular's Dependency Injector with Middlewares](https://github.com/angular-redux/store/blob/master/articles/di-middleware.md)
- [Managing Side-Effects with redux-observable Epics](https://github.com/angular-redux/store/blob/master/articles/epics.md)
- [Using the Redux DevTools Chrome Extension](https://github.com/angular-redux/store/blob/master/articles/redux-dev-tools.md)
- [@angular-redux/store and ImmutableJS](https://github.com/angular-redux/store/blob/master/articles/immutable-js.md)
- [Strongly Typed Reducers](https://github.com/angular-redux/store/blob/master/articles/strongly-typed-reducers.md)
- [Using Angular's Dependency Injector with Action Creators](./articles/action-creator-service.md)
- [Using Angular's Dependency Injector with Middlewares](./articles/di-middleware.md)
- [Managing Side-Effects with redux-observable Epics](./articles/epics.md)
- [Using the Redux DevTools Chrome Extension](./articles/redux-dev-tools.md)
- [@angular-redux/store and ImmutableJS](./articles/immutable-js.md)
- [Strongly Typed Reducers](./articles/strongly-typed-reducers.md)

## Hacking on angular-redux/store

Expand Down