update link to docs

This commit is contained in:
Tobias Oberstein
2014-01-02 01:02:46 +01:00
parent 4ad7e6dc46
commit e821057d87
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ The *"Hello, world!"* of WebSocket is probably:
Autobahn comes with lots of [examples](https://github.com/tavendo/AutobahnPython/tree/master/examples) with ready-to-run code.
For complete API documentation, please consult the [reference documentation](https://autobahnpython.readthedocs.org/).
For complete API documentation, please consult the [reference documentation](http://autobahn.ws/python/reference/).
For more information, including some tutorials, please visit the project's [homepage](http://autobahn.ws/python).

View File

@@ -9,7 +9,7 @@ The documentation is generated automatically from the Python source file via [Sp
To generate the documentation yourself, you will need to install Sphinx:
easy_install sphinx
easy_install repoze.sphinx.autointerface
easy_install repoze.sphinx.autointerface
and then