Prevent 404 in gh-pages

This commit is contained in:
Dave Syer 2014-01-09 14:30:06 +00:00
parent 889a97a6b2
commit 51f9189923
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ environment variable `LOADER_PATH`or `loader.path` in
`application.properties` (colon-separated list of directories or archives). `application.properties` (colon-separated list of directories or archives).
> **Note:** The quickest way to build a compatible archive is to use the > **Note:** The quickest way to build a compatible archive is to use the
> [spring-boot-maven-plugin](../spring-boot-maven-plugin) or > [spring-boot-maven-plugin](../spring-boot-maven-plugin/README.md) or
> [spring-boot-gradle-plugin](../spring-boot-gradle-plugin). > [spring-boot-gradle-plugin](../spring-boot-gradle-plugin/README.md).
## Nested JARs ## Nested JARs
Java does not provide any standard way to load nested jar files (i.e. jar files that Java does not provide any standard way to load nested jar files (i.e. jar files that