From 7e076577dec7ac55d5b6aad20cfaca42d6ddbf4f Mon Sep 17 00:00:00 2001 From: koolhead17 Date: Fri, 22 Jul 2016 13:35:27 -0700 Subject: [PATCH] Update Minio-erasure-code-quickStart-guide.md (#2269) Minor update to link the URL. --- docs/Minio-erasure-code-quickStart-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Minio-erasure-code-quickStart-guide.md b/docs/Minio-erasure-code-quickStart-guide.md index d508df361..b6ad85346 100644 --- a/docs/Minio-erasure-code-quickStart-guide.md +++ b/docs/Minio-erasure-code-quickStart-guide.md @@ -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?