···1111This example is based off of the ["Hello, World!" example][hello], so read that
1212one first. The additions are detailed here and commented in the code.
13131414-[hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world
1414+[hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world
15151616### `app/router` module
1717
+2-2
examples/02-working-with-form-data/README.md
···1111concepts from the [routing example][routing] so read those first. The additions
1212are detailed here and commented in the code.
13131414-[hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world
1515-[routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing
1414+[hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world
1515+[routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing
16161717### `app/router` module
1818
+2-2
examples/03-working-with-json/README.md
···1212concepts from the [routing example][routing] so read those first. The additions
1313are detailed here and commented in the code.
14141515-[hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world
1616-[routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing
1515+[hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world
1616+[routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing
17171818### `gleam.toml` file
1919
+2-2
examples/04-working-with-other-formats/README.md
···1313concepts from the [routing example][routing] so read those first. The additions
1414are detailed here and commented in the code.
15151616-[hello]: https://github.com/lpil/wisp/tree/main/examples/0-hello-world
1717-[routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing
1616+[hello]: https://github.com/lpil/wisp/tree/main/examples/00-hello-world
1717+[routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing
18181919### `gleam.toml` file
2020
+1-1
examples/05-using-a-database/README.md
···1111This example is based off of the ["working with JSON" example][json], so read
1212that first. The additions are detailed here and commented in the code.
13131414-[json]: https://github.com/lpil/wisp/tree/main/examples/3-working-with-json
1414+[json]: https://github.com/lpil/wisp/tree/main/examples/03-working-with-json
15151616### `gleam.toml` file
1717
+1-1
examples/06-serving-static-assets/README.md
···1111This example is based off of the ["Hello, World!" example][hello], so read that
1212one first. The additions are detailed here and commented in the code.
13131414-[hello]: https://github.com/lpil/wisp/tree/main/examples/1-routing
1414+[hello]: https://github.com/lpil/wisp/tree/main/examples/01-routing
15151616### `priv/static` directory
1717
+1-1
examples/07-logging/README.md
···1111This example is based off of the ["routing" example][routing], so read that
1212one first. The additions are detailed here and commented in the code.
13131414-[routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing
1414+[routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing
15151616### `app/router` module
1717
+1-1
examples/08-working-with-cookies/README.md
···1717example application generates a random string in `app.gleam`, but in a real
1818application you will need to read this secret value from somewhere secure.
19192020-[routing]: https://github.com/lpil/wisp/tree/main/examples/2-working-with-form-data
2020+[routing]: https://github.com/lpil/wisp/tree/main/examples/02-working-with-form-data
21212222### `app/router` module
2323
···1515This example is based off of the [routing example][routing] so read that first.
1616The additions are detailed here and commented in the code.
17171818-[routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing
1818+[routing]: https://github.com/lpil/wisp/tree/main/examples/01-routing
19192020### `app/router` module
2121