From 1170fbff2a1d4825cacaf44050d4dde7cd48b4f5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 9 May 2024 15:59:45 -0500 Subject: [PATCH] fix: supporters link on main page --- 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 86a09c99cc..f53ba63bde 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -182,7 +182,7 @@ module.exports = { }, { text: 'Supporters', - link: '/supporters/' + link: '/foundation/supporters/' }, { text: 'BDK Foundation', -- 2.49.0