From 9c5d231fb6614cb523a14e83b6fcdd5420edfe8c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 8 Oct 2023 11:33:12 +0800 Subject: [PATCH] fix a broken link --- docs/bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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