From f0538dbb5c4a77a335c2353da11817f97c79640d Mon Sep 17 00:00:00 2001 From: Karthic Rao Date: Wed, 12 Oct 2016 10:49:35 +0530 Subject: [PATCH] fix broken link for Go Installation in CONTRIBUTING.md (#2907) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 080012bbc..b7e9ee23b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ### Install Golang -If you do not have a working Golang environment setup please follow [Golang Installation Guide](./INSTALLGO.md). +If you do not have a working Golang environment setup please follow [Golang Installation Guide](https://docs.minio.io/docs/how-to-install-golang). ### Setup your Minio Github Repository Fork [Minio upstream](https://github.com/minio/minio/fork) source repository to your own personal repository. Copy the URL for minio from your personal github repo (you will need it for the `git clone` command below).