From f9ab1892626b0de43204b827ad7857751670afae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Jul 2015 16:45:32 +0100 Subject: [PATCH] Correct the link to Embedded Mongo in the reference documentation --- 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 04efdf00c2..90980e3f57 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -2482,7 +2482,7 @@ documentation]. [[boot-features-mongo-embedded]] ==== Embedded Mongo Spring Boot offers auto-configuration for -[https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo] Embedded Mongo. To use +https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo[Embedded Mongo]. To use it in your Spring Boot application add a dependency on `de.flapdoodle.embed:de.flapdoodle.embed.mongo`.