summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2021-10-29 22:13:54 +0300
committerGitHub <noreply@github.com>2021-10-29 22:13:54 +0300
commit3bdd51519a1e818132b634a84d229a264d21be72 (patch)
treee5e5ac19e888a7357933edef97435642e825e213
parent059b44ff0cabc880cacaa932f9fc4199820b56b2 (diff)
parente74823d68c3d947b6a8f4f9669b263d95c11ffab (diff)
downloadrabbitmq-server-git-3bdd51519a1e818132b634a84d229a264d21be72.tar.gz
Merge pull request #3625 from wrobell/rabbitmq-streams-doc-protocol-naming
Fix use of "RabbitMQ Streams" in protocol documentation
-rw-r--r--deps/rabbitmq_stream/docs/PROTOCOL.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/rabbitmq_stream/docs/PROTOCOL.adoc b/deps/rabbitmq_stream/docs/PROTOCOL.adoc
index c286aa30a6..5351513af7 100644
--- a/deps/rabbitmq_stream/docs/PROTOCOL.adoc
+++ b/deps/rabbitmq_stream/docs/PROTOCOL.adoc
@@ -1,6 +1,6 @@
-= RabbitMQ Stream Protocol Reference
+= RabbitMQ Streams Protocol Reference
-This is the reference of the RabbitMQ stream protocol. Note the protocol
+This is the reference of the RabbitMQ Streams protocol. Note the protocol
is still under development and is subject to change.
The https://github.com/rabbitmq/rabbitmq-stream-java-client[RabbitMQ Stream Java client]
@@ -660,5 +660,5 @@ answers whether it accepts the access or not.
== Resources
-- https://docs.google.com/presentation/d/1Hlv4qaWm2PRU04dVPmShP9wU7TEQEttXdsbV8P54Uvw/edit#slide=id.gdbeadf9676_0_37[RabbitMQ stream client] : a general guide line to write a stream client
+- https://docs.google.com/presentation/d/1Hlv4qaWm2PRU04dVPmShP9wU7TEQEttXdsbV8P54Uvw/edit#slide=id.gdbeadf9676_0_37[RabbitMQ Streams client] : a general guide line to write a streams client
- https://docs.google.com/presentation/d/1BFwf01LcicZ-SyxE1CycZv2gUQMPFGdtFkVuXhgkoTE/edit#slide=id.p1[RabbitMQ Streams Internals]: how the streams work internally