From da20c198691568b286df8f7790d217bd47a236aa Mon Sep 17 00:00:00 2001 From: ayoub anbara Date: Wed, 3 Apr 2024 01:12:51 +0000 Subject: [PATCH] Improve doc: make "using-thymeleaf" clickable --- doc/tutorials/2.1/thymeleafspring.html | 2 +- doc/tutorials/3.0/thymeleafspring.html | 2 +- doc/tutorials/3.1/thymeleafspring.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/2.1/thymeleafspring.html b/doc/tutorials/2.1/thymeleafspring.html index 0faec35e0..c7c272bd7 100644 --- a/doc/tutorials/2.1/thymeleafspring.html +++ b/doc/tutorials/2.1/thymeleafspring.html @@ -144,7 +144,7 @@

1 Integrating Thymeleaf with Spring

  • Create forms in your templates that are completely integrated with your form-backing beans and result bindings, including the use of property editors, conversion services and validation error handling.
  • Display internationalization messages from messages files managed by Spring (through the usual MessageSource objects).
  • -

    Note that in order to fully understand this tutorial, you should have first gone through the “Using Thymeleaf” tutorial, which explains the Standard Dialect in depth.

    +

    Note that in order to fully understand this tutorial, you should have first gone through the “Using Thymeleaf” tutorial, which explains the Standard Dialect in depth.

    2 The SpringStandard Dialect

    diff --git a/doc/tutorials/3.0/thymeleafspring.html b/doc/tutorials/3.0/thymeleafspring.html index 329fc0f67..48a76a146 100644 --- a/doc/tutorials/3.0/thymeleafspring.html +++ b/doc/tutorials/3.0/thymeleafspring.html @@ -142,7 +142,7 @@

    1 Integrating Thymeleaf with Spring

  • Display internationalization messages from message files managed by Spring (through the usual MessageSource objects).
  • Resolve your templates using Spring’s own resource resolution mechanisms.
  • -

    Note that in order to fully understand this tutorial, you should have first gone through the “Using Thymeleaf” tutorial, which explains the Standard Dialect in depth.

    +

    Note that in order to fully understand this tutorial, you should have first gone through the “Using Thymeleaf” tutorial, which explains the Standard Dialect in depth.

    2 The SpringStandard Dialect

    diff --git a/doc/tutorials/3.1/thymeleafspring.html b/doc/tutorials/3.1/thymeleafspring.html index 9fc8fab17..25f78ba37 100644 --- a/doc/tutorials/3.1/thymeleafspring.html +++ b/doc/tutorials/3.1/thymeleafspring.html @@ -152,7 +152,7 @@

    1 Integrating Thymeleaf with Spring

  • Display internationalization messages from message files managed by Spring (through the usual MessageSource objects).
  • Resolve your templates using Spring’s own resource resolution mechanisms.
  • -

    Note that in order to fully understand this tutorial, you should have first gone through the “Using Thymeleaf” tutorial, which explains the Standard Dialect in depth.

    +

    Note that in order to fully understand this tutorial, you should have first gone through the “Using Thymeleaf” tutorial, which explains the Standard Dialect in depth.

    2 The SpringStandard Dialect