Fix broken doc links (#6068)

This commit is contained in:
Harshavardhana
2018-06-21 20:44:41 -07:00
committed by Nitish Tiwari
parent eb0e56ccf6
commit 6005dbf01f
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ We call it large-bucket as it allows a single Minio bucket to expand over multip
If you're aware of distributed Minio setup, the installation and configuration remains the same. Only new addition to the input syntax is `...` convention to abbreviate the drive arguments. Remote drives in a distributed setup are encoded as HTTP(s) URIs which can be similarly abbreviated as well.
### 1. Prerequisites
Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio).
Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide).
### 2. Run Minio on many drives
We'll see examples on how to do this in the following sections.