From 4a27ea563a90956f4fe22284bf2db2d7213c9907 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig Date: Wed, 2 Sep 2015 22:11:37 +0900 Subject: [PATCH] Add link to Hazelcast documentation Closes gh-3866 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 5605303254..e918c690db 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3419,7 +3419,7 @@ You could also specify the `hazelcast.xml` configuration file to use via configu Otherwise, Spring Boot tries to find the Hazelcast configuration from the default locations, that is `hazelcast.xml` in the working directory or at the root of the classpath. We also check if the `hazelcast.config` system property is set. Check the -Hazelcast documentation for more details. +http://docs.hazelcast.org/docs/latest/manual/html-single/[Hazelcast documentation] for more details. NOTE: Spring Boot also has an <>. The