Skip to content

Commit

Permalink
chore: rename bdk crate to bdk_wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed May 13, 2024
1 parent 8ac8f51 commit caa41e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const docsSidebar = [
title: 'API Reference',
collapsable: false,
children: [
['https://docs.rs/bdk/', 'Rust Stable Docs'],
['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Rust Nightly Docs'],
['https://docs.rs/bdk_wallet/', 'Rust Stable Docs'],
['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk_wallet/', 'Rust Nightly Docs'],
['https://bitcoindevkit.org/android/', 'Android Docs'],
['https://bitcoindevkit.org/jvm/', 'Kotlin/JVM Docs'],
['https://bitcoindevkit.org/java/', 'Java Docs'],
Expand Down

0 comments on commit caa41e3

Please sign in to comment.