From 2f4c220b2e2952d975b94fd4203340a2bd24c983 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Sat, 18 Mar 2017 23:14:32 +0100 Subject: [PATCH] fix #786 --- DEVELOPERS.md | 8 ++++---- README.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 1e839ede..23866bf0 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -176,7 +176,7 @@ Additionally, install [SCons](http://scons.org/). #### Test -To generate and publish the documentation to [here](http://autobahn-python.readthedocs.io/en/latest/): +To generate and publish the documentation to [here](http://autobahn.readthedocs.io/en/latest/): ``` cd ~/scm/autobahn/AutobahnPython @@ -190,7 +190,7 @@ and open [http://localhost:8080](http://localhost:8080). #### Publish -To generate and publish the documentation to [here](http://autobahn-python.readthedocs.io/en/latest/): +To generate and publish the documentation to [here](http://autobahn.readthedocs.io/en/latest/): ``` cd ~/scm/autobahn/AutobahnPython @@ -308,8 +308,8 @@ aws --region eu-west-1 s3 sync \ After the upload has finished, check the live pages: -* [Client Mode Reports](http://autobahn-python.readthedocs.io/en/latest/testreport/clients/index.html) -* [Server Mode Reports](http://autobahn-python.readthedocs.io/en/latest/testreport/servers/index.html) +* [Client Mode Reports](http://autobahn.readthedocs.io/en/latest/testreport/clients/index.html) +* [Server Mode Reports](http://autobahn.readthedocs.io/en/latest/testreport/servers/index.html) ## Roadmap diff --git a/README.rst b/README.rst index fd96c261..a7add60f 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ WebSocket & WAMP for Python on Twisted and asyncio. -------------- -| **Quick Links**: `Source Code `__ - `Documentation `__ - `WebSocket Examples `__ - `WAMP Examples `__ +| **Quick Links**: `Source Code `__ - `Documentation `__ - `WebSocket Examples `__ - `WAMP Examples `__ | **Community**: `Mailing list `__ - `StackOverflow `__ - `Twitter `__ - `IRC #autobahn/chat.freenode.net `__ | **Companion Projects**: `Autobahn|JS `__ - `Autobahn|Cpp `__ - `Autobahn|Testsuite `__ - `Crossbar.io `__ - `WAMP `__ @@ -80,7 +80,7 @@ message received: def onClose(self, wasClean, code, reason): print("WebSocket connection closed: {}".format(reason)) -To actually run above server protocol, you need some lines of `boilerplate `__. +To actually run above server protocol, you need some lines of `boilerplate `__. WAMP Application Component ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -123,7 +123,7 @@ actions that WAMP provides: print("Got result: {}".format(res)) Above code will work on Twisted and asyncio by changing a single line -(the base class of ``MyComponent``). To actually run above application component, you need some lines of `boilerplate `__ and a `WAMP Router `__. +(the base class of ``MyComponent``). To actually run above application component, you need some lines of `boilerplate `__ and a `WAMP Router `__. .. |Version| image:: https://img.shields.io/pypi/v/autobahn.svg :target: https://pypi.python.org/pypi/autobahn @@ -138,4 +138,4 @@ Above code will work on Twisted and asyncio by changing a single line :target: https://codecov.io/github/crossbario/autobahn-python .. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat - :target: https://autobahn-python.readthedocs.io/en/latest/ + :target: https://autobahn.readthedocs.io/en/latest/