fix: update source link location (#2)
All checks were successful
Node.js CI / Lint and Test (push) Successful in 46s

### 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: #2
Co-authored-by: A Cottrill <a.rcottrill521@gmail.com>
Co-committed-by: A Cottrill <a.rcottrill521@gmail.com>
This commit is contained in:
A Cottrill 2025-03-19 21:22:29 -07:00 committed by Naomi Carrigan
parent 38b8db69e8
commit 068d2e0bbe

View File

@ -75,7 +75,7 @@ export const html = `
<section>
<h2>Links</h2>
<p>
<a href="https://codeberg.org/nhcarrigan/mommy">
<a href="https://git.nhcarrigan.com/nhcarrigan/mommy">
<i class="fa-solid fa-code"></i> Source Code
</a>
</p>