Sfoglia il codice sorgente

Typo in macro. Regenerate guides

Greg Turnquist 13 anni fa
parent
commit
86f8885281
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README.md

+ 1
- 1
README.md Vedi File

@@ -277,7 +277,7 @@ Now run the following to produce a single executable JAR file containing all nec
277 277
 
278 278
 [maven-shade-plugin]: https://maven.apache.org/plugins/maven-shade-plugin
279 279
 
280
-> **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.
280
+> **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.
281 281
 
282 282
 Run the service
283 283
 -------------------