From d35ef506dfe358e850cc94f52c285c652c8028e3 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 27 Oct 2022 20:11:59 -0400 Subject: [PATCH] Fix path for Android and JVM API docs --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'], ], } ] -- 2.49.0