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`