Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit a43077d

Browse files
authored
Update a couple links in Readme
- repo url is github.com/asyncio-docs/asyncio-doc - github.com/python/asyncio is inactive. Replaced the link with Python's asyncio documentation instead.
1 parent 9eaadb3 commit a43077d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Asyncio documentation
22
=====================
33

44
* Online doc: https://asyncio.readthedocs.io/
5-
* GitHub: https://github.com/asyncio-doc/asyncio-doc
5+
* GitHub: https://github.com/asyncio-docs/asyncio-doc
66
* AsyncIO documentation is written with `Sphinx <http://www.sphinx-doc.org/>`_.
77

88

@@ -49,6 +49,6 @@ Then build the documentation using::
4949
See also
5050
========
5151

52-
* https://github.com/python/asyncio
52+
* https://docs.python.org/3/library/asyncio.html
5353
* http://krondo.com/an-introduction-to-asynchronous-programming-and-twisted/
5454
* https://curio.readthedocs.io/en/latest/tutorial.html

0 commit comments

Comments
 (0)