From: Tom Christie Date: Wed, 12 Jun 2019 15:24:33 +0000 (+0100) Subject: Docs links X-Git-Tag: 0.5.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c87e14f0c0dfd27c71e327b63a6296ee40d744;p=thirdparty%2Fhttpx.git Docs links --- diff --git a/README.md b/README.md index 2c5bb32c..fba04d20 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,13 @@ HTTP3 requires Python 3.6+ ## Documentation -For a run-through of all the basics, head over to the [QuickStart](quickstart.md). +Project documentation is available at [www.encode.io/http3/](https://www.encode.io/http3/). -For more advanced topics, see the [Parallel Requests](parallel.md) or [Async Client](async.md) documentation. +For a run-through of all the basics, head over to the [QuickStart](https://www.encode.io/http3/quickstart/). -The [Developer Interface](api.md) provides a comprehensive API reference. +For more advanced topics, see the [Parallel Requests](https://www.encode.io/http3/parallel/) or [Async Client](https://www.encode.io/http3/async/) documentation. + +The [Developer Interface](https://www.encode.io/http3/api/) provides a comprehensive API reference. ## Dependencies