From 345c81cf838c34565999f9ce7ce8cb7c3f0ca9ce Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 20 Jun 2017 09:07:16 +0200 Subject: [PATCH] resolve link redirection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7dac84..760c640 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https ### Compression * brotli - * [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of [Brotli](http://google-opensource.blogspot.de/2015/09/introducing-brotli-new-compression.html) compression + * [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of [Brotli](https://opensource.googleblog.com/2015/09/introducing-brotli-new-compression.html) compression * [dropbox/rust-brotli](https://github.com/dropbox/rust-brotli) — Brotli decompressor in Rust that optionally avoids the stdlib * bzip2 * [alexcrichton/bzip2-rs](https://github.com/alexcrichton/bzip2-rs) — [libbz2](http://www.bzip.org) bindings [](https://travis-ci.org/alexcrichton/bzip2-rs)