diff options
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html')
| -rw-r--r-- | spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html index 9259f47..1f4b54c 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html +++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html @@ -11,7 +11,7 @@ <h1>Form handling example with Thymeleaf</h1> -<a href="/contact">Contact Us</a> +<a th:href="@{/contact}">Contact Us</a> </body> |
