diff --git a/docs/public/content/examples/03-storage.md b/docs/public/content/examples/03-storage.md index cb0995d..42be87d 100644 --- a/docs/public/content/examples/03-storage.md +++ b/docs/public/content/examples/03-storage.md @@ -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) \ No newline at end of file +__Next up:__ [User Authentication](./04-authentication)