From e9b3b08377f90f35bf4af805c760fee3c8876945 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Mon, 29 May 2023 15:07:15 +0800 Subject: [PATCH] ... --- docs/quick-start/bind.md | 2 +- docs/quick-start/modules.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/quick-start/bind.md b/docs/quick-start/bind.md index 4e647cc1..b146a056 100644 --- a/docs/quick-start/bind.md +++ b/docs/quick-start/bind.md @@ -107,5 +107,5 @@ You can use `vm->property(...)` to create a `property` object and assign it to a ### Further reading -See [linalg.h](src/linalg.h) for a complete example that uses all the binding functions +See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/linalg.h) for a complete example that uses all the binding functions for `vec2`, `vec3` and `mat3x3` types. \ No newline at end of file diff --git a/docs/quick-start/modules.md b/docs/quick-start/modules.md index 2df66a1f..b1f38c95 100644 --- a/docs/quick-start/modules.md +++ b/docs/quick-start/modules.md @@ -47,7 +47,6 @@ print(test.pi) # 3.14 print(test.add(1, 2)) # 3 ``` - ### Module resolution order When you do `import` a module, the VM will try to find it in the following order: