From: thunderbiscuit Date: Fri, 28 Oct 2022 00:11:59 +0000 (-0400) Subject: Fix path for Android and JVM API docs X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.EncoderStringWriter.html?a=commitdiff_plain;h=d35ef506dfe358e850cc94f52c285c652c8028e3;p=bitcoindevkit.org Fix path for Android and JVM API docs --- diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 01ed7082c8..904ae022cf 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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'], ], } ]