From 51f91899234c2091036650f6259a01b4cdabf1ef Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 9 Jan 2014 14:30:06 +0000 Subject: [PATCH] Prevent 404 in gh-pages --- spring-boot-tools/spring-boot-loader/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-tools/spring-boot-loader/README.md b/spring-boot-tools/spring-boot-loader/README.md index e141bf2e57..9b72bcd7ac 100644 --- a/spring-boot-tools/spring-boot-loader/README.md +++ b/spring-boot-tools/spring-boot-loader/README.md @@ -14,8 +14,8 @@ environment variable `LOADER_PATH`or `loader.path` in `application.properties` (colon-separated list of directories or archives). > **Note:** The quickest way to build a compatible archive is to use the -> [spring-boot-maven-plugin](../spring-boot-maven-plugin) or -> [spring-boot-gradle-plugin](../spring-boot-gradle-plugin). +> [spring-boot-maven-plugin](../spring-boot-maven-plugin/README.md) or +> [spring-boot-gradle-plugin](../spring-boot-gradle-plugin/README.md). ## Nested JARs Java does not provide any standard way to load nested jar files (i.e. jar files that