瀏覽代碼

fix a broken link

blueloveTH 2 年之前
父節點
當前提交
9c5d231fb6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/bindings.md

+ 1 - 1
docs/bindings.md

@@ -160,4 +160,4 @@ For example, `vm->bind__add__` is preferred over `vm->bind_method<1>(type, "__ad
 
 
 ### Further reading
 ### Further reading
 
 
-See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/linalg.h) for a complete example used by `linalg` module.
+See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/random.cpp) for a complete example used by `random` module.