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). 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',