Skip to content

Commit 7d382f2

Browse files
Merge #16: Fix README links
f0688b1 Fix README links (Steve Myers) Pull request description: Top commit has no ACKs. Tree-SHA512: d853ad07b01d12d92f7d6df973d4a88069f3f3d3ebe899c231265ca70899b144f7932de21f8ac3aff3be7f03a48dcaa8605a7ce69111e025501ae48d5db2e61b
2 parents 9152d53 + f0688b1 commit 7d382f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "esplora-client"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2018"
55
authors = ["Alekos Filini <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.
44

55
<p>
6-
<a href="https://crates.io/crates/rust-esplora-client"><img alt="Crate Info" src="https://img.shields.io/crates/v/rust-esplora-client.svg"/></a>
6+
<a href="https://crates.io/crates/esplora-client"><img alt="Crate Info" src="https://img.shields.io/crates/v/esplora-client.svg"/></a>
77
<a href="https://github.com/bitcoindevkit/rust-esplora-client/blob/master/LICENSE"><img alt="MIT Licensed" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
8-
<a href="https://github.com/bitcoindevkit/rust-esplora-client/actions?query=workflow%3ACode%20Coverage"><img alt="CI Status" src="https://github.com/bitcoindevkit/rust-esplora-client/workflows/Code%20Coverage/badge.svg"></a>
8+
<a href="https://github.com/bitcoindevkit/rust-esplora-client/actions/workflows/cont_integration.yml"><img alt="CI Status" src="https://github.com/bitcoindevkit/rust-esplora-client/workflows/Rust/badge.svg"></a>
99
<a href='https://coveralls.io/github/bitcoindevkit/rust-esplora-client?branch=master'><img src='https://coveralls.io/repos/github/bitcoindevkit/rust-esplora-client/badge.svg?branch=master' alt='Coverage Status' /></a>
10-
<a href="https://docs.rs/rust-esplora-client"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-rust-esplora-client-green"/></a>
10+
<a href="https://docs.rs/esplora-client"><img alt="API Docs" src="https://img.shields.io/badge/docs.rs-esplora--client-green"/></a>
1111
<a href="https://blog.rust-lang.org/2021/11/01/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>
1212
<a href="https://discord.gg/d7NkDKm"><img alt="Chat on Discord" src="https://img.shields.io/discord/753336465005608961?logo=discord"></a>
1313
</p>

0 commit comments

Comments
 (0)