🧚 A practical web framework for Gleam

Update example 7 readme, fix link src

authored by

Matt Savoia and committed by
Louis Pilfold
b1b353cc 90757210

+1 -1
+1 -1
examples/7-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 - [hello]: https://github.com/lpil/wisp/tree/main/examples/1-routing 14 + [routing]: https://github.com/lpil/wisp/tree/main/examples/1-routing 15 15 16 16 ### `app/router` module 17 17