Update Minio-erasure-code-quickStart-guide.md (#2269)

Minor update to link the URL.
This commit is contained in:
koolhead17 2016-07-22 13:35:27 -07:00 committed by GarimaKapoor
parent 5d118141cd
commit 7e076577de

View File

@ -14,7 +14,7 @@ Erasure code is a mathematical algorithm to reconstruct missing or corrupted dat
Erasure code protects data from multiple drives failure unlike RAID or replication. Minio encodes each object individually with a high parity count. Storage servers once deployed should not require drive replacement or healing for the lifetime of the server. Minio's erasure coded backend is designed for operational efficiency and takes full advantage of hardware acceleration whenever available.
[![Screenshot](https://raw.githubusercontent.com/minio/minio/master/docs/screenshots/Erasure_Code.jpg)](https://docs.minio.io/)
[![Erasure](https://raw.githubusercontent.com/minio/minio/master/docs/screenshots/Erasure_Code.jpg?raw=true)]
## What is Bit Rot protection?