From 06fa6dc9ef227ce46e21394db683daf79118405b Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 26 Mar 2025 09:36:26 -0400 Subject: [PATCH] docs: fix documentation page --- docs/docs/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/README.md b/docs/docs/README.md index ed20132c76..89ddecdce1 100644 --- a/docs/docs/README.md +++ b/docs/docs/README.md @@ -1,12 +1,12 @@ # Documentation -## Book +## The Book of BDK -The "Book of BDK" is a gentle introduction to using the BDK suite of libraries. It includes a "Getting Started" guide and "Cookbook" with example code in Rust, Kotlin and Swift. It is still a work in progress, contributions welcome. +The "Book of BDK" is a gentle introduction to using the BDK suite of libraries. It includes a _Getting Started_ guide and _Cookbook_ section with example code in Rust, Kotlin and Swift. It is still a work in progress, contributions welcome. -- [Book of BDK](https://bitcoindevkit.github.io/book-of-bdk/) +- [Book of BDK](https://bookofbdk.com) -## Rust APIs +## Rust API Documentation - [bdk_wallet](https://docs.rs/bdk_wallet/) - [bdk_chain](https://docs.rs/bdk_chain/) @@ -17,8 +17,8 @@ The "Book of BDK" is a gentle introduction to using the BDK suite of libraries. - [esplora-client](https://docs.rs/esplora-client) - [electrum-client](https://docs.rs/electrum-client) -## Other APIs +## Language Bindings API Documentation -- [Android Docs](https://bitcoindevkit.org/android/) -- [Kotlin/JVM Docs](https://bitcoindevkit.org/jvm/) -- [Java Docs](https://bitcoindevkit.org/java/) \ No newline at end of file +- bdk-android +- bdk-jvm +- bdk-jvm (JavaDoc)