From 52ecfcb948c5f529fe8bca5b305c43a14f141f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9B=D0=AFS?= <68434721+arsfrr@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:29:25 -0400 Subject: [PATCH] fix link to unban acc guide --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 88f9611..340d23c 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -118,7 +118,7 @@ export default defineConfig({ text: 'Guides', collapsed: false, items: [ - { text: '(Win Only) Unban MC Account', link: '/console/minecraft-for-nintendo-switch' } + { text: '(Win Only) Unban MC Account', link: '/guides/unban-your-account' } ] }, ],