Fix broken GitHub link on Examples/Storage page

This commit is contained in:
Sanjiv Sahayam 2021-05-26 19:00:15 +10:00 committed by GitHub
parent 8391379931
commit 0be1bf36c4
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)