From d38737669d386a0c22d8ecfa9b5baf8b0d731d5f Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 17 Aug 2022 17:20:20 -0400 Subject: [PATCH] Fix bdk-python link in readme (#182) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0966e46..cd4bca9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cargo run -p bdk-ffi-bindgen -- --help [bdk-kotlin]: https://github.com/bitcoindevkit/bdk-kotlin [bdk-swift]: https://github.com/bitcoindevkit/bdk-swift -[bdk-python]: https://github.com/thunderbiscuit/bdk-python +[bdk-python]: https://github.com/bitcoindevkit/bdk-python ## Contributing