Skip to content

Commit f5eb17c

Browse files
author
Andrew J Westlake
committed
Fixed Event Loop References link in migration guide
1 parent 8555561 commit f5eb17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ __Before you get started, I personally recommend taking a look at [Event Loop Re
609609
}
610610
```
611611
4. Replace conversions with their newer counterparts.
612-
> You may encounter some issues regarding the usage of `get_running_loop` vs `get_event_loop`. For more details on these newer conversions and how they should be used see [Event Loop References and Thread-awareness](#event-loop-references-and-thread-awareness).
612+
> You may encounter some issues regarding the usage of `get_running_loop` vs `get_event_loop`. For more details on these newer conversions and how they should be used see [Event Loop References](https://awestlake87.github.io/pyo3-asyncio/master/doc/pyo3_asyncio/#event-loop-references).
613613
- Replace `pyo3_asyncio::into_future` with `pyo3_asyncio::<runtime>::into_future`
614614
- Replace `pyo3_asyncio::<runtime>::into_coroutine` with `pyo3_asyncio::<runtime>::future_into_py`
615615
- Replace `pyo3_asyncio::get_event_loop` with `pyo3_asyncio::<runtime>::get_current_loop`

0 commit comments

Comments
 (0)