From 48afe8d4f8c92fdcf50005eced1d05b62826ae89 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Fri, 19 Jul 2024 10:00:40 -0400 Subject: [PATCH] Fix github link in astro.config.mjs --- docs/fetch-mock/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fetch-mock/astro.config.mjs b/docs/fetch-mock/astro.config.mjs index c0e58a7f..24c7bb8a 100644 --- a/docs/fetch-mock/astro.config.mjs +++ b/docs/fetch-mock/astro.config.mjs @@ -9,7 +9,7 @@ export default defineConfig({ starlight({ title: 'fetch-mock', social: { - github: 'https://github.com/fetch-mock/packages/fetch-mock', + github: 'https://github.com/wheresrhys/fetch-mock', }, sidebar: [ {