docs: Fix dead link of HighwayHash (#7847)

Signed-off-by: Lei Liu <liul.stone@gmail.com>
This commit is contained in:
iliul
2019-07-04 05:32:58 +08:00
committed by kannappanr
parent 09103991ea
commit a39e810965
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ Erasure code protects data from multiple drives failure, unlike RAID or replicat
Bit Rot, also known as data rot or silent data corruption is a data loss issue faced by disk drives today. Data on the drive may silently get corrupted without signaling an error has occurred, making bit rot more dangerous than a permanent hard drive failure.
MinIO's erasure coded backend uses high speed [HighwayHash](https://blog.min.io/highwayhash-fast-hashing-at-over-10-gb-s-per-core-in-golang-fee938b5218a) checksums to protect against Bit Rot.
MinIO's erasure coded backend uses high speed [HighwayHash](https://github.com/minio/highwayhash) checksums to protect against Bit Rot.
## Get Started with MinIO in Erasure Code