rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
28 stars 4 forks source link

Rinja book references `main` branch, but `master` is used. #33

Closed FalkWoldmann closed 1 week ago

FalkWoldmann commented 1 week ago

For instance, the link to axum example on https://rinja.readthedocs.io/en/latest/integrations.html leads to https://github.com/rinja-rs/rinja/blob/main/rinja_axum/tests/basic.rs, which does not exist, since the main branch is called master (https://github.com/rinja-rs/rinja/blob/master/rinja_axum/tests/basic.rs).

GuillaumeGomez commented 1 week ago

Oh indeed, thanks!