From 402af93da25abb33cd2bd17fb1614fad09eec5c8 Mon Sep 17 00:00:00 2001 From: Matthieu Fronton Date: Thu, 11 Aug 2016 21:01:12 +0200 Subject: [PATCH] Update how-to-install-golang URL (#2406) --- buildscripts/checkdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/checkdeps.sh b/buildscripts/checkdeps.sh index 6649c053f..11a93d5e7 100644 --- a/buildscripts/checkdeps.sh +++ b/buildscripts/checkdeps.sh @@ -212,7 +212,7 @@ main() { echo "Please install them " echo "${MISSING}" echo - echo "Follow https://github.com/minio/minio/blob/master/INSTALLGO.md for further instructions" + echo "Follow https://docs.minio.io/docs/how-to-install-golang for further instructions" exit 1 fi echo "Done"