From 9210ba5b32f99468b06933b14aad4b113c15b761 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Mon, 2 Sep 2024 11:42:59 +0200 Subject: [PATCH] chore: replace urls with github repos --- vocs.config.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vocs.config.tsx b/vocs.config.tsx index da5849d4..447299f3 100644 --- a/vocs.config.tsx +++ b/vocs.config.tsx @@ -94,11 +94,11 @@ export default defineConfig({ }, { text: "Polkadot Fellowship Dashboard", - link: "https://polkadot-fellows.github.io/dashboard/", - }, + link: "https://github.com/polkadot-fellows/dashboard", + }, { text: "Delegit.xyz", - link: "https://delegit.xyz/", + link: "https://github.com/delegit-xyz/dashboard", }, ], },