From bd6204c492baefaa1c6c2cac424c88c221db5398 Mon Sep 17 00:00:00 2001 From: Tejas Narkhede <85302742+TejasNarkhede@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:22:18 +0530 Subject: [PATCH] fix: remove broken link to WAR file guide This fix removes a broken link to the "build a classic WAR file" guide, which returns a 404 error. The outdated reference has been deleted from the documentation to improve the user experience and avoid confusion for contributors and readers. This fix addresses the issue by removing the outdated reference to the WAR file guide --- build_an_executable_jar_with_both.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_an_executable_jar_with_both.adoc b/build_an_executable_jar_with_both.adoc index c0e6132..b4c552f 100644 --- a/build_an_executable_jar_with_both.adoc +++ b/build_an_executable_jar_with_both.adoc @@ -20,4 +20,4 @@ java -jar target/{project_id}-0.1.0.jar ---- ==== -NOTE: The steps described here create a runnable JAR. You can also link:/guides/gs/convert-jar-to-war/[build a classic WAR file]. +