diff --git a/docs/developing-contracts/introduction.md b/docs/developing-contracts/introduction.md index 0d985f373..55f83a273 100644 --- a/docs/developing-contracts/introduction.md +++ b/docs/developing-contracts/introduction.md @@ -93,7 +93,7 @@ Add it to the `[build-dependencies]` section in the `Cargo.toml` file: ```toml [build-dependencies] -gear-wasm-builder = { git = "https://github.io/gear-tech/gear.git", features = ["wasm-opt"] } +gear-wasm-builder = { git = "https://github.com/gear-tech/gear.git", features = ["wasm-opt"] } ``` And add the following code to the `build.rs` file: