diff --git a/docs/bindings.md b/docs/bindings.md index 33968d5c..328b3c28 100644 --- a/docs/bindings.md +++ b/docs/bindings.md @@ -160,4 +160,4 @@ For example, `vm->bind__add__` is preferred over `vm->bind_method<1>(type, "__ad ### Further reading -See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/linalg.h) for a complete example used by `linalg` module. \ No newline at end of file +See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/random.cpp) for a complete example used by `random` module. \ No newline at end of file