From 054e11fd7d274e00573e9234fb066bfd1e63e9d6 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:14:11 +0200 Subject: [PATCH] fixing broken link to deploy-event-website guide --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index e3301a10..4fb7ef5c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -76,7 +76,7 @@ export default defineConfig({ { label: 'Contributors guide', link: '/contributors' }, { label: 'Workgroups', link: '/workgroups' }, { label: 'Git repositories', link: '/git' }, - { label: 'Guide: how to deploy event website', link: '/deploy-event-website' }, + { label: 'Guide: how to deploy event website', link: '/contributors/deploy-event-website' }, ] }, {