From 07f8f66d50ff66df975f7aaad81884a6242a8cfe Mon Sep 17 00:00:00 2001 From: Michael Floering <2420688+hangtwenty@users.noreply.github.com> Date: Tue, 5 May 2020 17:52:52 -0700 Subject: [PATCH] Fix link in README There's an error at the previous URL. Found the new one by going to the docs then finding the page. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6f5748b42..d25e961a9 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ You can use **Autobahn\|Python** to create clients and servers in Python speakin **WebSocket** allows `bidirectional real-time messaging on the Web `__ and beyond, while `WAMP `__ adds real-time application communication on top of WebSocket. -**WAMP** provides asynchronous **Remote Procedure Calls** and **Publish & Subscribe** for applications in *one* protocol running over `WebSocket `__. WAMP is a *routed* protocol, so you need a **WAMP Router** to connect your **Autobahn\|Python** based clients. We provide `Crossbar.io `__, but there are `other options `__ as well. +**WAMP** provides asynchronous **Remote Procedure Calls** and **Publish & Subscribe** for applications in *one* protocol running over `WebSocket `__. WAMP is a *routed* protocol, so you need a **WAMP Router** to connect your **Autobahn\|Python** based clients. We provide `Crossbar.io `__, but there are `other options `__ as well. .. note::