Merge pull request #87 from ssanj/patch-1

Fix broken GitHub link on Examples/Storage page
This commit is contained in:
Ryan Haskell-Glatz 2021-05-26 11:08:21 -05:00 committed by GitHub
commit 389836b853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,8 +387,8 @@ page shared _ =
In the browser, we now have a working counter app that persists on refresh. Even if you close the browser and open it up again, you'll see your previous counter value on the screen.
As a reminder, all the source code for this example is available on [GitHub](https://github.com/ryannhg/elm-spa/tree/main/examples/03-storage)
As a reminder, all the source code for this example is available on [GitHub](https://github.com/ryannhg/elm-spa/tree/main/examples/03-local-storage)
---
__Next up:__ [User Authentication](./04-authentication)
__Next up:__ [User Authentication](./04-authentication)