From faf21f26e832f85e53009c45078317f89b5b4d60 Mon Sep 17 00:00:00 2001 From: Liangyu Chen <3173971+QAM@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:12:46 -0700 Subject: [PATCH 1/2] fix ladybugdb link --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 2ebeec0..b97ad4a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -28,7 +28,7 @@ export default defineConfig({ replacesTitle: true, }, social: { - github: 'https://github.com/LadybugDB/lbug', + github: 'https://github.com/LadybugDB/ladybug', }, editLink: { baseUrl: 'https://github.com/LadybugDB/ladybug-docs/edit/main', From 644f4b7a12161ac969ff512782f340bebb72a29a Mon Sep 17 00:00:00 2001 From: Liangyu Chen <3173971+QAM@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:16:31 -0700 Subject: [PATCH 2/2] fix CLA.md link --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a4c7727..f2e941d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,4 +2,4 @@ # Contributor agreement -- [ ] I have read and agree to the [Contributor Agreement](https://github.com/LadybugDB/docs/blob/main/CLA.md). +- [ ] I have read and agree to the [Contributor Agreement](https://github.com/LadybugDB/ladybug-docs/blob/main/CLA.md).