Skip to content

Commit d35ef50

Browse files
Fix path for Android and JVM API docs
1 parent f598ea2 commit d35ef50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const docsSidebar = [
3636
children: [
3737
['https://docs.rs/bdk/', 'Rust Stable Docs'],
3838
['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Rust Nightly Docs'],
39-
['https://bitcoindevkit.org/bdk-android/', 'Android Docs'],
40-
['https://bitcoindevkit.org/bdk-jvm/', 'Kotlin/JVM Docs'],
39+
['https://bitcoindevkit.org/android/', 'Android Docs'],
40+
['https://bitcoindevkit.org/jvm/', 'Kotlin/JVM Docs'],
4141
],
4242
}
4343
]

0 commit comments

Comments
 (0)