Skip to content

Commit 1c6d76d

Browse files
author
James Salas
authored
fix: readme links to deprecated repo update (#66)
1 parent 803cd81 commit 1c6d76d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/example-app/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ application.
77

88
- [redux](https://github.com/reactjs/redux) Predictable state container for Javascript.
99
- [redux-observable](https://github.com/redux-observable/redux-observable) Side-effect handling with Observables
10-
- [@angular-redux/store](https://github.com/angular-redux/store) Redux + Angular bindings
11-
- [@angular-redux/router](https://github.com/angular-redux/router) Time travel with the Angular router
12-
- [@angular-redux/form](https://github.com/angular-redux/form) Time travel with Angular forms
10+
- [@angular-redux/store](/packages/store) Redux + Angular bindings
11+
- [@angular-redux/router](/packages/router) Time travel with the Angular router
12+
- [@angular-redux/form](/packages/form) Time travel with Angular forms
1313
- [Redux DevTools Chrome Extension](https://github.com/zalmoxisus/redux-devtools-extension)
1414

15-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0-rc.0.
16-
1715
## Development server
1816

1917
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

packages/form/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the class that is responsible for connecting your forms to your Redux state.
5656
There are two ways of doing this: either using an `Redux.Store<T>` object or
5757
an `NgRedux<T>` object. There are no substantial differences between these
5858
approaches, but if you are already using
59-
[@angular-redux/store](https://github.com/angular-redux/store) or you wish to integrate
59+
[@angular-redux/store](/packages/store) or you wish to integrate
6060
it into your project, then you would do something like this:
6161

6262
```typescript

0 commit comments

Comments
 (0)