Skip to content

Commit d4d7b69

Browse files
committed
Fix doc link.
1 parent 94f820e commit d4d7b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ parties actually connect and disconnect:
137137
We define function ``main()`` as a coroutine (``async`` function) to enable the
138138
use of ``await`` statements. To call and execute coroutine ``main()``,
139139
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.
140+
`coroutine <https://docs.python.org/3/library/asyncio-task.html#coroutines>`_ in Python.
141141

142142
An example run between three parties on `localhost` looks as follows:
143143

0 commit comments

Comments
 (0)