From bbdf7320bbacf0dfcef043e3e57a2fd4bbf46265 Mon Sep 17 00:00:00 2001 From: David Avenante Date: Fri, 28 Dec 2018 18:42:29 -0500 Subject: [PATCH] Update README.md (#869) Fix Project Reactor URL --- reactive/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive/README.md b/reactive/README.md index ee910506a..3879e2c89 100644 --- a/reactive/README.md +++ b/reactive/README.md @@ -4,7 +4,7 @@ Reactive Streams Wrapper This module wraps Feign's http requests in a [Reactive Streams](https://reactive-streams.org) Publisher, enabling the use of Reactive Stream `Publisher` return types. Supported Reactive Streams implementations are: -* [Reactor](https://project-reactor.org) (`Mono` and `Flux`) +* [Reactor](https://projectreactor.io/ (`Mono` and `Flux`) * [ReactiveX (RxJava)](https://reactivex.io) (`Flowable` only) To use these wrappers, add the `feign-reactive-wrappers` module, and your desired `reactive-streams`