summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Danford <jordandanford@gmail.com>2024-02-15 10:52:42 -0700
committerZaidoon Abd Al Hadi <43054535+zaidoon1@users.noreply.github.com>2024-02-20 19:25:26 -0500
commitdc9a0002cc76b25ab56d322e7b7a84556f772db7 (patch)
treec59a8db558dc40733b69d308c71bac50b0a25244
parent8ac16781d1cca0fca6aff3938acca3638beedddc (diff)
Turn build status badge into link in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b6851b..1b70ac3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# rust-rocksdb
-![RocksDB build](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml/badge.svg?branch=master)
+[![RocksDB build](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml)
[![crates.io](https://img.shields.io/crates/v/rocksdb.svg)](https://crates.io/crates/rocksdb)
[![documentation](https://docs.rs/rocksdb/badge.svg)](https://docs.rs/rocksdb)
[![license](https://img.shields.io/crates/l/rocksdb.svg)](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/LICENSE)