]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Docs links
authorTom Christie <tom@tomchristie.com>
Wed, 12 Jun 2019 15:24:33 +0000 (16:24 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 12 Jun 2019 15:24:33 +0000 (16:24 +0100)
README.md

index 2c5bb32c5606070a4beede0c64d8ef9ef8899b8f..fba04d20b0134db91a0cae33b1503b68b269e3a7 100644 (file)
--- 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