]> Untitled Git - bitcoindevkit.org/commitdiff
Fix path for Android and JVM API docs
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Fri, 28 Oct 2022 00:11:59 +0000 (20:11 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Fri, 28 Oct 2022 00:11:59 +0000 (20:11 -0400)
docs/.vuepress/config.js

index 01ed7082c867270b9dff6d792db43c680ba98c04..904ae022cf50b138afcca6a3274cbc104ff9f691 100644 (file)
@@ -36,8 +36,8 @@ const docsSidebar = [
     children: [
       ['https://docs.rs/bdk/', 'Rust Stable Docs'],
       ['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Rust Nightly Docs'],
-      ['https://bitcoindevkit.org/bdk-android/', 'Android Docs'],
-      ['https://bitcoindevkit.org/bdk-jvm/', 'Kotlin/JVM Docs'],
+      ['https://bitcoindevkit.org/android/', 'Android Docs'],
+      ['https://bitcoindevkit.org/jvm/', 'Kotlin/JVM Docs'],
     ],
   }
 ]