Fix broken link to go install docs (#8090)

This commit is contained in:
poornas
2019-08-15 19:00:50 -04:00
committed by kannappanr
parent 6e7962bf35
commit 7bf1caa0fe
4 changed files with 4 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ assert_is_supported_os() {
assert_check_golang_env() {
if ! which go >/dev/null 2>&1; then
echo "Cannot find go binary in your PATH configuration, please refer to Go installation document at https://docs.min.io/docs/how-to-install-golang"
echo "Cannot find go binary in your PATH configuration, please refer to Go installation document at https://golang.org/doc/install"
exit 1
fi