diff --git a/docs/runtime/README.md b/docs/runtime/README.md index bcd29b8c70e..77c0ef9cefb 100644 --- a/docs/runtime/README.md +++ b/docs/runtime/README.md @@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None } #### Python -See the [README.md](../API/python_bindings.md) for details +See the [README.md](../../lib/runtime/lib/bindings/python/README.md) for details The Python and Rust `hello_world` client and server examples are interchangeable, so you can start the Python `server.py` and talk to it from the Rust `client`.