From 1f98076dfceca3df83f2f6fd4e0a2c853658cfc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Toledo=20Navarro?= Date: Wed, 27 Feb 2019 15:07:07 +0100 Subject: [PATCH] docs(store): update links to articles in readme * Update with relative paths, as the current ones point to the old repo --- packages/store/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/store/README.md b/packages/store/README.md index 2c43b4f0..ed573197 100644 --- a/packages/store/README.md +++ b/packages/store/README.md @@ -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). @@ -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