Don't link latest version of the book

This way we will be able to decide whether we want to link the
bleeding-edges version of the book, or (more likely) the last stable
release.
This commit is contained in:
René Kijewski
2024-07-16 13:04:41 +02:00
parent 8d3957dc64
commit e95bc340ac
3 changed files with 5 additions and 5 deletions

View File

@@ -20,13 +20,13 @@
{%- 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>