diff --git a/src/setting-up-env.md b/src/setting-up-env.md index a3d35b2..1229f1f 100644 --- a/src/setting-up-env.md +++ b/src/setting-up-env.md @@ -19,7 +19,7 @@ contracts with Rust unit testing utility throughout the book, so it is not required to follow. However, seeing the product working in a real-world environment may be nice. -To install `wasmd`, first install the [golang](https://github.com/golang/go/wiki#working-with-go). Then +To install `wasmd`, first install the [golang](https://go.dev/wiki/#working-with-go). Then clone the `wasmd` and install it: ```