From 7fa9f1c9cfbefcc1a7445f614a08b18363b37ffa Mon Sep 17 00:00:00 2001 From: Jupiter <4177229+jupiterhub@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:43:01 +0900 Subject: [PATCH] Fix broken link to rsocket protocol page Closes gh-28817 --- src/docs/asciidoc/rsocket.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/rsocket.adoc b/src/docs/asciidoc/rsocket.adoc index 945c443020..e0c9c42ade 100644 --- a/src/docs/asciidoc/rsocket.adoc +++ b/src/docs/asciidoc/rsocket.adoc @@ -53,7 +53,7 @@ through RSocket across the network. === The Protocol One of the benefits of RSocket is that it has well defined behavior on the wire and an -easy to read https://rsocket.io/docs/Protocol[specification] along with some protocol +easy to read https://rsocket.io/about/Protocol[specification] along with some protocol {gh-rsocket}/rsocket/tree/master/Extensions[extensions]. Therefore it is a good idea to read the spec, independent of language implementations and higher level framework APIs. This section provides a succinct overview to establish some context.