rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.71k stars 89 forks source link

Documentation about built-in `char` type returns 404 #825

Open AngelicosPhosphoros opened 4 days ago

AngelicosPhosphoros commented 4 days ago

Link: https://rune-rs.github.io/docs/std/char.type.html

The page returns 404 HTTP Not Found error.

Same with i64 and f64 and panic function.

Link to a page with invalid links: https://rune-rs.github.io/docs/std.module.html

udoprog commented 3 days ago

For some reason they're not included. Thanks for the report!