From 737921d6a713b8b3381c27b2b944550e41e16608 Mon Sep 17 00:00:00 2001 From: Conor Okus Date: Wed, 14 May 2025 11:07:51 -0400 Subject: [PATCH] Fix broken link when moving tab --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 19518322..6f0d0132 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -219,7 +219,7 @@ module.exports = { }, { text: "Building a node with LDK", - link: "/building-a-node-with-ldk/introduction", + link: "/building-a-node-with-ldk/introduction/", }, { text: "Running a sample LDK node",