Skip to content

Commit 30b0f05

Browse files
committed
Merge #868: Fix docs.rs badge target
ccf175b Fix docs.rs badge target (Bvegas882) Pull request description: The docs.rs badge in secp256k1-sys/README.md pointed to the parent crate (secp256k1) instead of this crate. This PR updates the link and badge label to target secp256k1-sys. ACKs for top commit: apoelstra: ACK ccf175b; successfully ran local tests; nice, thanks! Tree-SHA512: dda658806110d7391a64b648d3542b0ea9d503456c73f4711c8f1e6fe12d09c235c0e0a1558fadf536230bd50db8e7d459069937aed2cd815baacc7ffada927f
2 parents 5fdf959 + ccf175b commit 30b0f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp256k1-sys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p>
55
<a href="https://crates.io/crates/secp256k1-sys"><img alt="Crate Info" src="https://img.shields.io/crates/v/secp256k1-sys.svg"/></a>
66
<a href="https://github.com/rust-bitcoin/rust-secp256k1/blob/master/LICENSE"><img alt="CC0 1.0 Universal Licensed" src="https://img.shields.io/badge/license-CC0--1.0-blue.svg"/></a>
7-
<a href="https://docs.rs/secp256k1"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-secp256k1-green"/></a>
7+
<a href="https://docs.rs/secp256k1-sys"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-secp256k1--sys-green"/></a>
88
<a href="https://blog.rust-lang.org/2020/02/27/Rust-1.56.1.html"><img alt="Rustc Version 1.56.1+" src="https://img.shields.io/badge/rustc-1.56.1%2B-lightgrey.svg"/></a>
99
</p>
1010
</div>

0 commit comments

Comments
 (0)