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

@@ -3,7 +3,7 @@ The MinIO Admin Golang Client SDK provides APIs to manage MinIO services.
This quickstart guide will show you how to install the MinIO Admin client SDK, connect to MinIO admin service, and provide a walkthrough of a simple file uploader.
This document assumes that you have a working [Golang setup](https://docs.min.io/docs/how-to-install-golang).
This document assumes that you have a working [Golang setup](https://golang.org/doc/install).
## Initialize MinIO Admin Client object.