Fix link to Spring Framework KDoc

Issue: SPR-15659
This commit is contained in:
Sebastien Deleuze
2017-08-29 01:43:32 +02:00
parent ed6a35b465
commit c1559b3f0a

View File

@@ -28,7 +28,7 @@ and https://kotlinlang.org/docs/reference/extensions.html[Kotlin extensions], Sp
Framework 5 Kotlin API is leveraging the Java's one, completed by a few Kotlin specific API
available out of the box from Spring Framework JARs.
{doc-root}/spring-framework/docs/{spring-version}/kdoc-api/[Spring Framework KDoc API] lists
{doc-root}/spring-framework/docs/{spring-version}/kdoc-api/spring-framework/[Spring Framework KDoc API] lists
and documents all Kotlin extensions and DSL available.
[NOTE]