From 2cdce62c3d9a1a5aec12676343e03e694a8a6e29 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Thu, 14 Jan 2016 16:15:34 +0100 Subject: [PATCH] Update README with the Javadoc link --- spring-web-reactive/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-web-reactive/README.md b/spring-web-reactive/README.md index a3aa139d1e..178cff2327 100644 --- a/spring-web-reactive/README.md +++ b/spring-web-reactive/README.md @@ -10,7 +10,7 @@ Spring Reactive JAR dependency is available from Spring snapshot repository: - Version: `0.1.0.BUILD-SNAPSHOT` ## Documentation -See the current [Javadoc][] and [reference docs][]. +See the current [Javadoc][]. ## Sample application [Spring Reactive Playground] is a sample application based on Spring Reactive and on MongoDB, @@ -53,3 +53,4 @@ The Spring Reactive is released under version 2.0 of the [Apache License][]. [issue tracker]: https://github.com/spring-projects/spring-reactive/issues [Pull requests]: http://help.github.com/send-pull-requests [Apache License]: http://www.apache.org/licenses/LICENSE-2.0 +[Javadoc]: https://repo.spring.io/snapshot/org/springframework/reactive/spring-reactive/0.1.0.BUILD-SNAPSHOT/spring-reactive-0.1.0.BUILD-SNAPSHOT-javadoc.jar!/index.html