Skip to content

Commit

Permalink
Merge pull request #80 from Kijewski/pr-stable-book
Browse files Browse the repository at this point in the history
Don't link latest version of the book
  • Loading branch information
GuillaumeGomez authored Jul 16, 2024
2 parents 8d3957d + e95bc34 commit 5827780
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All feedback welcome. Feel free to file bugs, requests for documentation and
any other feedback to the [issue tracker][issues].

You can find the documentation about our syntax, features, configuration in our book:
[rinja.readthedocs.io](https://rinja.readthedocs.io/en/latest/).
[rinja.readthedocs.io](https://rinja.readthedocs.io/).

### Feature highlights

Expand Down
6 changes: 3 additions & 3 deletions examples/actix-web-app/templates/greet.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ <h1>
{%- match lang -%}
{%- when Lang::en -%}
Hello, <strong>{{name}}</strong>, nice to meet you! {#-~#}
I'm a <a href="https://rinja.readthedocs.io/en/latest/">Rinja</a> example application.
I'm a <a href="https://rinja.readthedocs.io/">Rinja</a> example application.
{%- when Lang::de -%}
Hallo, <strong>{{name}}</strong>, schön dich kennenzulernen! {#-~#}
Ich bin eine <a href="https://rinja.readthedocs.io/en/latest/">Rinja</a>-Beispielanwendung.
Ich bin eine <a href="https://rinja.readthedocs.io/">Rinja</a>-Beispielanwendung.
{%- when Lang::fr -%}
Bonjour, <strong>{{name}}</strong>, ravi de vous rencontrer ! {#-~#}
Je suis une application d'exemple de <a href="https://rinja.readthedocs.io/en/latest/">Rinja</a>.
Je suis une application d'exemple de <a href="https://rinja.readthedocs.io/">Rinja</a>.
{%- endmatch -%}
</p>
<h2>
Expand Down
2 changes: 1 addition & 1 deletion rinja/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! [README](https://github.com/rinja-rs/rinja/blob/master/README.md).
//!
//! You can find the documentation about our syntax, features, configuration in our book:
//! [rinja.readthedocs.io](https://rinja.readthedocs.io/en/latest/).
//! [rinja.readthedocs.io](https://rinja.readthedocs.io/).
//!
//! # Creating Rinja templates
//!
Expand Down

0 comments on commit 5827780

Please sign in to comment.