From f253dfc9228376e7927ea0eae4cbc77c17736f9a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 26 Jul 2016 00:06:59 -0700 Subject: [PATCH] docs: Fix erasure code image embedding issue. --- docs/erasure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/erasure/README.md b/docs/erasure/README.md index 1d7611f73..1b68e0890 100644 --- a/docs/erasure/README.md +++ b/docs/erasure/README.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. -[![Erasure](https://raw.githubusercontent.com/minio/minio/master/docs/screenshots/erasure-code.jpg?raw=true)] +![Erasure](https://raw.githubusercontent.com/minio/minio/master/docs/screenshots/erasure-code.jpg?raw=true) ## What is Bit Rot protection?