Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrePanin committed Nov 20, 2023
1 parent bcafcc1 commit 56e24ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing-contracts/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56e24ed

Please sign in to comment.