Skip to content

Commit 0d9946e

Browse files
docs: fix documentation page
1 parent 5656cbd commit 0d9946e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/docs/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Documentation
22

3-
## Book
3+
## The Book of BDK
44

5-
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.
5+
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.
66

7-
- [Book of BDK](https://bitcoindevkit.github.io/book-of-bdk/)
7+
- [Book of BDK](https://bookofbdk.com)
88

9-
## Rust APIs
9+
## Rust API Documentation
1010

1111
- [bdk_wallet](https://docs.rs/bdk_wallet/)
1212
- [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.
1717
- [esplora-client](https://docs.rs/esplora-client)
1818
- [electrum-client](https://docs.rs/electrum-client)
1919

20-
## Other APIs
20+
## Language Bindings API Documentation
2121

22-
- [Android Docs](https://bitcoindevkit.org/android/)
23-
- [Kotlin/JVM Docs](https://bitcoindevkit.org/jvm/)
24-
- [Java Docs](https://bitcoindevkit.org/java/)
22+
- <a href="/android/" target="_blank" rel="noopener noreferrer">bdk-android</a>
23+
- <a href="/jvm/" target="_blank" rel="noopener noreferrer">bdk-jvm</a>
24+
- <a href="/java/" target="_blank" rel="noopener noreferrer">bdk-jvm (JavaDoc)</a>

0 commit comments

Comments
 (0)