From 47556b8a9144bfc9b8718d7b13b512c63c48c0f3 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 17 Jul 2013 07:22:31 -0400 Subject: [PATCH] Typo in macro. Regenerate guides --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e312eac121..b4399d1e37 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,7 @@ Now run the following to produce a single executable JAR file containing all nec [maven-shade-plugin]: https://maven.apache.org/plugins/maven-shade-plugin -> **Note:** The procedure above will create a runnable JAR. You can also opt to [build a classic WAR file](/guides/gs/gs-convert-jar-to-war) instead. +> **Note:** The procedure above will create a runnable JAR. You can also opt to [build a classic WAR file](/guides/gs/convert-jar-to-war/content) instead. Run the batch job -------------------