From 068d2e0bbeb91778c2b17155fd46d0151b4f3445 Mon Sep 17 00:00:00 2001 From: A Cottrill Date: Wed, 19 Mar 2025 21:22:29 -0700 Subject: [PATCH] fix: update source link location (#2) ### Explanation It's silly to have the link to be Codeberg when the code isn't actually there. ### Issue 1 ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [x] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning Patch - My pull request introduces bug fixes ONLY. Reviewed-on: https://git.nhcarrigan.com/nhcarrigan/mommy/pulls/2 Co-authored-by: A Cottrill Co-committed-by: A Cottrill --- src/config/html.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/html.ts b/src/config/html.ts index 3605e41..e3c7651 100644 --- a/src/config/html.ts +++ b/src/config/html.ts @@ -75,7 +75,7 @@ export const html = `

Links

- + Source Code