🧚 A practical web framework for Gleam

Fix link in example 08-working-with-cookies

authored by Filip Tarajko and committed by Louis Pilfold b7e7f379 f58300b2

Changed files
+1 -1
examples
08-working-with-cookies
+1 -1
examples/08-working-with-cookies/README.md
··· 17 17 example application generates a random string in `app.gleam`, but in a real 18 18 application you will need to read this secret value from somewhere secure. 19 19 20 - [routing]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data 20 + [form-data]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data 21 21 22 22 ### `app/router` module 23 23