Skip to content

Commit 218ffa1

Browse files
authored
JAVA-23053: Changes made for correcting the article tagging with right module (eugenp#14411)
1 parent 0d26783 commit 218ffa1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

core-java-modules/core-java-jar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module contains articles about JAR files
44

55
### Relevant Articles:
66

7-
- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven)
7+
- [How to Create an Executable JAR with Maven](https://www.baeldung.com/executable-jar-with-maven)
88
- [Importance of Main Manifest Attribute in a Self-Executing JAR](http://www.baeldung.com/java-jar-executable-manifest-main-class)
99
- [Guide to Creating and Running a Jar File in Java](https://www.baeldung.com/java-create-jar)
1010
- [Get Names of Classes Inside a JAR File](https://www.baeldung.com/jar-file-get-class-names)

spring-web-modules/spring-thymeleaf-5/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module contains articles about Spring with Thymeleaf
55
## Relevant Articles:
66

77
- [Changing the Thymeleaf Template Directory in Spring Boot](https://www.baeldung.com/spring-thymeleaf-template-directory)
8-
- [How to Create an Executable JAR with Maven](https://www.baeldung.com/executable-jar-with-maven)
8+
- [Add a Checked Attribute to Input Conditionally in Thymeleaf](https://www.baeldung.com/thymeleaf-conditional-checked-attribute)
99
- [Spring MVC Data and Thymeleaf](https://www.baeldung.com/spring-mvc-thymeleaf-data)
1010
- [Upload Image With Spring Boot and Thymeleaf](https://www.baeldung.com/spring-boot-thymeleaf-image-upload)
1111
- [Getting a URL Attribute Value in Thymeleaf](https://www.baeldung.com/thymeleaf-url-attribute-value)

spring-web-modules/spring-thymeleaf/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This module contains articles about Spring with Thymeleaf
1010
- [How to Work with Dates in Thymeleaf](https://www.baeldung.com/dates-in-thymeleaf)
1111
- [Working with Fragments in Thymeleaf](https://www.baeldung.com/spring-thymeleaf-fragments)
1212
- [JavaScript Function Call with Thymeleaf](https://www.baeldung.com/thymeleaf-js-function-call)
13-
- [Add a Checked Attribute to Input Conditionally in Thymeleaf](https://www.baeldung.com/thymeleaf-conditional-checked-attribute)
1413
- [[next -->]](/spring-thymeleaf-2)
1514

1615
### Build the Project

0 commit comments

Comments
 (0)