Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit f343dda

Browse files
committed
Update readme link
1 parent 840a981 commit f343dda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
1212
description = "Bitcoin Core JSON-RPC client"
1313
categories = ["cryptography::cryptocurrencies"]
1414
keywords = ["bitcoin", "bitcoind", "json-rpc"]
15-
readme = "../README.md"
15+
readme = "README.md"
1616
edition = "2021"
1717
rust-version = "1.56.1"
1818
exclude = ["tests", "contrib"]

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
1212
description = "Bitcoin Core JSON-RPC API types"
1313
categories = ["cryptography::cryptocurrencies"]
1414
keywords = ["bitcoin", "bitcoind", "json-rpc"]
15-
readme = "../README.md"
15+
readme = "README.md"
1616
edition = "2021"
1717
rust-version = "1.56.1"
1818
exclude = ["tests", "contrib"]

regtest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
77
description = "Utility to run a regtest bitcoind process, useful in integration testing environments"
88
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
99
keywords = ["bitcoin", "bitcoind", "json-rpc"]
10-
readme = "../README.md"
10+
readme = "README.md"
1111
edition = "2021"
1212
rust-version = "1.56.1"
1313
exclude = ["tests", "contrib"]

0 commit comments

Comments
 (0)