diff --git a/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md b/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md index 45d90e834..2bcdedc6d 100644 --- a/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md +++ b/docs/the_auditors_handbook/src/02.5_foreign_lang_to_from_interop.md @@ -13,9 +13,9 @@ Example: secp256k1 ### Compiling directly the C files -Example: Apache Milagro Crypto +Example: MIRACL Core -[https://github.com/status-im/nim-blscurve/blob/master/blscurve/milagro.nim](https://github.com/status-im/nim-blscurve/blob/master/blscurve/milagro.nim) +[https://github.com/status-im/nim-blscurve/blob/master/blscurve/miracl/miracl.nim](https://github.com/status-im/nim-blscurve/blob/master/blscurve/miracl/miracl.nim) ## Wrapping C++