From ea5c9114fa1230ac219ef4ffbe4dd6389fe752a1 Mon Sep 17 00:00:00 2001 From: Bipin kumar Date: Sat, 15 Jul 2023 17:28:33 +0530 Subject: [PATCH] JAVA-23053: Changes made for correcting the article tagging with right module (#14411) --- core-java-modules/core-java-jar/README.md | 2 +- spring-web-modules/spring-thymeleaf-5/README.md | 2 +- spring-web-modules/spring-thymeleaf/README.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core-java-modules/core-java-jar/README.md b/core-java-modules/core-java-jar/README.md index c99ea63b22..cf4c0f461e 100644 --- a/core-java-modules/core-java-jar/README.md +++ b/core-java-modules/core-java-jar/README.md @@ -4,7 +4,7 @@ This module contains articles about JAR files ### Relevant Articles: -- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven) +- [How to Create an Executable JAR with Maven](https://www.baeldung.com/executable-jar-with-maven) - [Importance of Main Manifest Attribute in a Self-Executing JAR](http://www.baeldung.com/java-jar-executable-manifest-main-class) - [Guide to Creating and Running a Jar File in Java](https://www.baeldung.com/java-create-jar) - [Get Names of Classes Inside a JAR File](https://www.baeldung.com/jar-file-get-class-names) diff --git a/spring-web-modules/spring-thymeleaf-5/README.md b/spring-web-modules/spring-thymeleaf-5/README.md index 7e2f8c37b4..34dd122cbf 100644 --- a/spring-web-modules/spring-thymeleaf-5/README.md +++ b/spring-web-modules/spring-thymeleaf-5/README.md @@ -5,7 +5,7 @@ This module contains articles about Spring with Thymeleaf ## Relevant Articles: - [Changing the Thymeleaf Template Directory in Spring Boot](https://www.baeldung.com/spring-thymeleaf-template-directory) -- [How to Create an Executable JAR with Maven](https://www.baeldung.com/executable-jar-with-maven) +- [Add a Checked Attribute to Input Conditionally in Thymeleaf](https://www.baeldung.com/thymeleaf-conditional-checked-attribute) - [Spring MVC Data and Thymeleaf](https://www.baeldung.com/spring-mvc-thymeleaf-data) - [Upload Image With Spring Boot and Thymeleaf](https://www.baeldung.com/spring-boot-thymeleaf-image-upload) - [Getting a URL Attribute Value in Thymeleaf](https://www.baeldung.com/thymeleaf-url-attribute-value) diff --git a/spring-web-modules/spring-thymeleaf/README.md b/spring-web-modules/spring-thymeleaf/README.md index 2d1bc848d8..653e6df5b9 100644 --- a/spring-web-modules/spring-thymeleaf/README.md +++ b/spring-web-modules/spring-thymeleaf/README.md @@ -10,7 +10,6 @@ This module contains articles about Spring with Thymeleaf - [How to Work with Dates in Thymeleaf](https://www.baeldung.com/dates-in-thymeleaf) - [Working with Fragments in Thymeleaf](https://www.baeldung.com/spring-thymeleaf-fragments) - [JavaScript Function Call with Thymeleaf](https://www.baeldung.com/thymeleaf-js-function-call) -- [Add a Checked Attribute to Input Conditionally in Thymeleaf](https://www.baeldung.com/thymeleaf-conditional-checked-attribute) - [[next -->]](/spring-thymeleaf-2) ### Build the Project