From 680af17f1ada0e44e0f2e1f1e911467ea6188b9c Mon Sep 17 00:00:00 2001 From: Keiven Chang Date: Wed, 30 Jul 2025 08:15:50 -0700 Subject: [PATCH] fix: link to point to bindings/python/README.md --- docs/runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.