From 14a342471e62e26d34046a15ef24141de30d7e8a Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Tue, 28 Dec 2021 23:29:08 -0800 Subject: [PATCH] change link to python api docs --- sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.js b/sidebars.js index ee6e155f..1ef4ffc1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -55,7 +55,7 @@ module.exports = { { type: "link", label: "API Docs", - href: "https://meshtastic.github.io/Meshtastic-python", + href: "https://meshtastic-python.vercel.app/meshtastic/index.html", }, ], },