Skip to content

Commit ee09de0

Browse files
authored
fix: link to point to bindings/python/README.md (#2186)
Co-authored-by: Keiven Chang <keivenchang@users.noreply.github.com>
1 parent 4c90b1b commit ee09de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Annotated { data: Some("d"), id: None, event: None, comment: None }
110110

111111
#### Python
112112

113-
See the [README.md](../API/python_bindings.md) for details
113+
See the [README.md](../../lib/runtime/lib/bindings/python/README.md) for details
114114

115115
The Python and Rust `hello_world` client and server examples are interchangeable,
116116
so you can start the Python `server.py` and talk to it from the Rust `client`.

0 commit comments

Comments
 (0)