Skip to content

Commit

Permalink
docs(example): update stackblitz link (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored and brandonroberts committed Aug 24, 2018
1 parent ad78bf7 commit 75cd2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/example-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @ngrx example application

Example application utilizing @ngrx libraries, showcasing common patterns and best practices. Try it on [StackBlitz](https://stackblitz.com/github/ngrx/platform/tree/61cbfe537f9df8cef3dd4a6ee0b8f483e49653f4).
Example application utilizing @ngrx libraries, showcasing common patterns and best practices. Try it on [StackBlitz](https://ngrx.github.io/platform/stackblitz.html).

This app is a book collection manager. The user can authenticate, use the Google Books API to search for
books and add them to their collection. This application utilizes [@ngrx/db](https://github.com/ngrx/db)
Expand Down Expand Up @@ -48,4 +48,4 @@ If this is not the case you will need to install the Angular CLI globally.

### Try it on StackBlitz

Try the example-app on [StackBlitz](https://stackblitz.com/github/ngrx/platform/tree/61cbfe537f9df8cef3dd4a6ee0b8f483e49653f4).
Try the example-app on [StackBlitz](https://ngrx.github.io/platform/stackblitz.html).

1 comment on commit 75cd2f5

@erhise
Copy link
Contributor

@erhise erhise commented on 75cd2f5 Apr 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brandonroberts is the new link broken?

Please sign in to comment.