Unverified Commit ee09de0b authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: link to point to bindings/python/README.md (#2186)


Co-authored-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent 4c90b1b9
...@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None } ...@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None }
#### Python #### 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, 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`. so you can start the Python `server.py` and talk to it from the Rust `client`.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment