From 2a41067a17e0acfc5098cc4cfba2399746f92d15 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 29 Oct 2018 15:10:03 +0100 Subject: [PATCH] Update reactive streams spec URL in ref docs --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 92ec1fe7c95..3e2edc33a57 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -58,7 +58,7 @@ code, it becomes important to control the rate of events so that a fast producer overwhelm its destination. Reactive Streams is a -https://github.com/reactive-streams/reactive-streams-jvm/blob/v1.0.1/README.md#specification[small spec] +https://github.com/reactive-streams/reactive-streams-jvm/blob/master/README.md#specification[small spec] (also https://docs.oracle.com/javase/9/docs/api/java/util/concurrent/Flow.html[adopted] in Java 9) that defines the interaction between asynchronous components with back pressure. For example a data repository (acting as