From 0be1bf36c4290d3bfb84b8e0d9ff99d15c9850ca Mon Sep 17 00:00:00 2001 From: Sanjiv Sahayam Date: Wed, 26 May 2021 19:00:15 +1000 Subject: [PATCH] Fix broken GitHub link on Examples/Storage page --- docs/public/content/examples/03-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)