From ea7b6ca20c779b0175914ede53d39677da25702a Mon Sep 17 00:00:00 2001 From: Hitishaa <89304585+Hitisha-G@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:45:32 +0530 Subject: [PATCH] Update setting-up-env.md updating the hyperlink --- src/setting-up-env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```