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`.