From 25e0b035ba8f7c90add7dee758925628fd7576c9 Mon Sep 17 00:00:00 2001 From: Tomer953 Date: Sun, 1 Oct 2023 22:53:05 +0300 Subject: [PATCH] Docs: Update github url Wrong url in the navigation bar --- docs/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 1a44c3a..7f60595 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -12,7 +12,7 @@ export default defineConfig({ }, favicon: './angular-challenge.ico', social: { - github: 'https://github.com/withastro/starlight', + github: 'https://github.com/tomalaforge/angular-challenges', linkedin: 'https://www.linkedin.com/in/thomas-laforge-2b05a945/', twitter: 'https://twitter.com/laforge_toma', },