From ec4997f336a48c4218808e765690fc0f4d5ee847 Mon Sep 17 00:00:00 2001 From: Russell Morrisey Date: Fri, 5 Oct 2018 15:33:06 -0400 Subject: [PATCH] Update README.md Update link to point to the new location of the example app within the platform project. --- packages/router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/README.md b/packages/router/README.md index 7ceac2c7..53517073 100644 --- a/packages/router/README.md +++ b/packages/router/README.md @@ -79,4 +79,4 @@ getting the URL from there. ### Examples -- [Example-app: An example of using @angular-redux/router along with the other companion packages.](https://github.com/angular-redux/example-app) +- [Example-app: An example of using @angular-redux/router along with the other companion packages.](https://github.com/angular-redux/platform/tree/master/packages/example-app)