From 76bfd2e95ed08d468abef880c1e579cf3acf50b5 Mon Sep 17 00:00:00 2001 From: Padmahas Date: Wed, 21 Sep 2022 20:17:45 +0530 Subject: [PATCH] Corrected fragment identifier of URL reference. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “@pivotal-cla This is an Obvious Fix” The old fragment identifier of URL to "Packaging executable jar and war files with Maven" doesn't exist anymore. Hence updated with proper fragment identifier. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4d88974..29fc263 100644 --- a/README.adoc +++ b/README.adoc @@ -15,7 +15,7 @@ A popular subject is that many people still wish to generate WAR files to be dep For detailed steps on how to configure your application to create a WAR file for your container, please see: -* {spring_boot_docs}/#build-tool-plugins-maven-packaging[Packaging executable jar and war files with Maven] +* {spring_boot_docs}/#build-tool-plugins.maven[Packaging executable jar and war files with Maven] * {spring_boot_docs}/#build-tool-plugins-gradle-plugin[Spring Boot Gradle Plugin] or * https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/html/#packaging-executable-wars[Gradle Plugin Reference: Packaging executable wars]