From b0384491f24f8975f6fcd64291b2331635523e1b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 5 Jun 2024 10:58:26 -0500 Subject: [PATCH] fix: GitHub link and edit url (#30) --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 594a54f..382e714 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,11 +20,11 @@ export default defineConfig({ replacesTitle: true, }, social: { - github: "https://github.com/shorebirdtech/shorebird", + github: "https://github.com/shorebirdtech/handbook", discord: "https://discord.gg/shorebird", }, editLink: { - baseUrl: "https://github.com/shorebirdtech/docs/edit/main/", + baseUrl: "https://github.com/shorebirdtech/handbook/edit/main/", }, favicon: "favicon.svg", head: [