Răsfoiți Sursa

fix a broken link

blueloveTH 2 ani în urmă
părinte
comite
9c5d231fb6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 
-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.