Skip to content

Commit 88b669d

Browse files
authored
Use correct URL to Spring Boot docs about creating a WAR file (#3623)
1 parent 1557f48 commit 88b669d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/flow/production/spring-boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 30
99
http://spring.io/projects/spring-boot[Spring Boot] applications are slightly different from tradition Java web applications (or Jakarta EE applications) in that, by default, they create a `JAR` file with an embedded server, rather than a traditional `WAR` file that's deployed on a standalone Servlet container or fully featured Java EE server.
1010

1111
Alternatively, Spring Boot applications can be packaged as `WAR` files, too.
12-
Follow http://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-create-a-deployable-war-file[the instructions in Spring Boot documentation] on how to do this.
12+
Follow http://docs.spring.io/spring-boot/how-to/deployment/traditional-deployment.html#howto.traditional-deployment.war[the instructions in Spring Boot documentation] on how to do this.
1313

1414
The main differences between `JAR` and `WAR` packaging are as follows:
1515

articles/hilla/guides/production/spring-boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 30
99
http://spring.io/projects/spring-boot[Spring Boot] applications are slightly different from tradition Java web applications (or Jakarta EE applications) in that they by default create a `JAR` file with an embedded server in it, rather than a traditional `WAR` file that's deployed to a standalone Servlet container or fully featured Java EE server.
1010

1111
Alternatively, Spring Boot applications can be packaged as `WAR` files, too.
12-
See the http://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-create-a-deployable-war-file[Spring Boot documentation] for instructions on how to do this.
12+
See the http://docs.spring.io/spring-boot/how-to/deployment/traditional-deployment.html#howto.traditional-deployment.war[Spring Boot documentation] for instructions on how to do this.
1313

1414
The main differences between `JAR` and `WAR` packaging are as follows:
1515

articles/hilla/lit/guides/production/spring-boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ order: 30
99

1010
http://spring.io/projects/spring-boot[Spring Boot] applications are slightly different from tradition Java web applications (or Jakarta EE applications) in that they create by default a `JAR` file with an embedded server in it, rather than a traditional `WAR` file that's deployed to a standalone Servlet container or fully featured Java EE server.
1111

12-
Alternatively, Spring Boot applications can be packaged as `WAR` files, too. See the http://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-create-a-deployable-war-file[Spring Boot documentation] for instructions on how to do this.
12+
Alternatively, Spring Boot applications can be packaged as `WAR` files, too. See the http://docs.spring.io/spring-boot/how-to/deployment/traditional-deployment.html#howto.traditional-deployment.war[Spring Boot documentation] for instructions on how to do this.
1313

1414
The main differences between `JAR` and `WAR` packaging are as follows:
1515

0 commit comments

Comments
 (0)