🧚 A practical web framework for Gleam

Fix example links in README

authored by

Ben Smith and committed by
Louis Pilfold
a8258790 8c95a65e

+12 -12
+1 -1
examples/01-routing/README.md
··· 11 11 This example is based off of the ["Hello, World!" example][hello], so read that 12 12 one first. The additions are detailed here and commented in the code. 13 13 14 - [hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world 14 + [hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world 15 15 16 16 ### `app/router` module 17 17
+2 -2
examples/02-working-with-form-data/README.md
··· 11 11 concepts from the [routing example][routing] so read those first. The additions 12 12 are detailed here and commented in the code. 13 13 14 - [hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world 15 - [routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing 14 + [hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world 15 + [routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing 16 16 17 17 ### `app/router` module 18 18
+2 -2
examples/03-working-with-json/README.md
··· 12 12 concepts from the [routing example][routing] so read those first. The additions 13 13 are detailed here and commented in the code. 14 14 15 - [hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world 16 - [routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing 15 + [hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world 16 + [routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing 17 17 18 18 ### `gleam.toml` file 19 19
+2 -2
examples/04-working-with-other-formats/README.md
··· 13 13 concepts from the [routing example][routing] so read those first. The additions 14 14 are detailed here and commented in the code. 15 15 16 - [hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world 17 - [routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing 16 + [hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world 17 + [routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing 18 18 19 19 ### `gleam.toml` file 20 20
+1 -1
examples/05-using-a-database/README.md
··· 11 11 This example is based off of the ["working with JSON" example][json], so read 12 12 that first. The additions are detailed here and commented in the code. 13 13 14 - [json]: https://github.com/lpil/wisp/tree/main/examples/3-working-with-json 14 + [json]: https://github.com/lpil/wisp/tree/main/examples/03-working-with-json 15 15 16 16 ### `gleam.toml` file 17 17
+1 -1
examples/06-serving-static-assets/README.md
··· 11 11 This example is based off of the ["Hello, World!" example][hello], so read that 12 12 one first. The additions are detailed here and commented in the code. 13 13 14 - [hello]: https://github.com/lpil/wisp/tree/main/examples/1-routing 14 + [hello]: https://github.com/lpil/wisp/tree/main/examples/01-routing 15 15 16 16 ### `priv/static` directory 17 17
+1 -1
examples/07-logging/README.md
··· 11 11 This example is based off of the ["routing" example][routing], so read that 12 12 one first. The additions are detailed here and commented in the code. 13 13 14 - [routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing 14 + [routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing 15 15 16 16 ### `app/router` module 17 17
+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/2-working-with-form-data 20 + [routing]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data 21 21 22 22 ### `app/router` module 23 23
+1 -1
examples/09-configuring-default-responses/README.md
··· 15 15 This example is based off of the [routing example][routing] so read that first. 16 16 The additions are detailed here and commented in the code. 17 17 18 - [routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing 18 + [routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing 19 19 20 20 ### `app/router` module 21 21