We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f820e commit d4d7b69Copy full SHA for d4d7b69
docs/basics.rst
@@ -137,7 +137,7 @@ parties actually connect and disconnect:
137
We define function ``main()`` as a coroutine (``async`` function) to enable the
138
use of ``await`` statements. To call and execute coroutine ``main()``,
139
we use ``mpc.run(main())`` , much the same as one needs to do with any
140
-`coroutine <https://docs.python.org/3/library/asyncio-task.html#id1>`_ in Python.
+`coroutine <https://docs.python.org/3/library/asyncio-task.html#coroutines>`_ in Python.
141
142
An example run between three parties on `localhost` looks as follows:
143
0 commit comments