Skip to content

Commit

Permalink
Add wsproto at its current readthedocs address.
Browse files Browse the repository at this point in the history
This should probably change as per #24.
  • Loading branch information
jeamland committed May 3, 2017
1 parent f855e3a commit bc56608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The hyper project is comprised of the following sub-projects:
- `hpack`_, a HPACK implementation in pure-Python.
- `brotlipy`_, a CFFI-based library for Brotli compression.
- `priority`_, a Python implementation of the HTTP/2 Priority tree.
- `wsproto`_, an implementation of the WebSocket protocol that, like
`hyper-h2`_, does not perform any I/O.

Please follow the links above for more details on each of those sub-projects.
The rest of this documentation applies to the project as a whole.
Expand All @@ -37,3 +39,4 @@ Contents
.. _hpack: https://python-hyper.org/hpack/
.. _brotlipy: https://python-hyper.org/brotlipy/
.. _priority: https://python-hyper.org/priority/
.. _wsproto: https://wsproto.readthedocs.org/

0 comments on commit bc56608

Please sign in to comment.