From 3eaef4a748157913339da22b9461b64102cb4978 Mon Sep 17 00:00:00 2001 From: Boris Date: Tue, 17 Dec 2024 09:35:47 +0100 Subject: [PATCH] docs: fix broken link in footer (#950) * Fix 404 link in footer * Change link Co-authored-by: zernonia <59365435+zernonia@users.noreply.github.com> --------- Co-authored-by: zernonia <59365435+zernonia@users.noreply.github.com> --- apps/www/.vitepress/theme/layout/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 794a87e3..d25ba30e 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -209,7 +209,7 @@ watch(() => $route.path, (n) => { Ported to Vue by