summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-05-27 11:02:31 +0300
committerYuval Adam <_@yuv.al>2019-05-27 11:04:23 +0300
commit27bcdbdd86898f51eae9b7084dbe21fca4a9b4ae (patch)
tree951fb26b1f936fcc80ca0372b143bbf895d7d198 /README.md
parent5addc51ec49fb0ba6e41a8008901614ba4a23a3a (diff)
Fix documentation linksv0.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 364150f..d84958c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# bchlib
-![Crates.io](https://img.shields.io/crates/v/bchlib.svg)
+[![Crates.io](https://img.shields.io/crates/v/bchlib.svg)](https://crates.io/crates/bchlib)
Rust bindings for BCH encoding/decoding library, based on the [bch_codec](https://github.com/mborgerding/bch_codec) fork.