koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.26k stars 161 forks source link

Tour of Koka: Link to `samples/named-handlers` rendered wrong #352

Open JanBeh opened 1 year ago

JanBeh commented 1 year ago

In the book, section "A Tour of Koka", subsection "Named and Scoped Handlers", this link to this directory in the repository seems to be rendered wrong. It points to https://koka-lang.github.io/koka/doc/samples.html#named_handlers, which doesn't exist.

Source:

### Named and Scoped Handlers { #sec-namedh; }

~ Todo
See `samples/named-handlers`.
~

I would have written a pull-request to fix this, but I don't understand the rendering mechanism and/or syntax yet, so I open this as an issue instead.