fix(docs): point the repository CTA at GitHub, not Codeberg - #713
Merged
Conversation
The landing page shipped a button sending visitors to codeberg.org. GitHub is the only host we publish to, so the link opened a repository we no longer read. Now points at https://github.com/ConductionNL/stackiq.
Contributor
Quality Report — ConductionNL/stackiq @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| check-vue-demi | ✅ | ||||
| test-l10n | ✅ | ||||
| format | ✅ | ||||
| composer | ✅ | ✅ 130/130 | |||
| npm | ✅ | ✅ 703/703 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ✅ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ✅ | ||||
| Newman | ⏭️ | ||||
| Playwright | ✅ | ||||
| Hydra gates | ✅ |
Quality workflow — 2026-08-23 21:43 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Found by the
writingskill's REVIEW mode (ConductionNL/hydra#610) while auditing published product pages for voice.The landing page shipped a button sending visitors to
codeberg.org. GitHub is the only host we publish to, so that button opened a repository we no longer read, on a host we retired.Now points at https://github.com/ConductionNL/stackiq.
Why the target name may look unfamiliar
The GitHub repo name was resolved through the API rather than substituted from the Codeberg slug, because the two do not line up. Several repos were renamed on GitHub while their Codeberg slug kept the old name, and vice versa. A naive
codeberg.org/Conduction/X→github.com/ConductionNL/Xswap produces a wrong URL for four of the ten pages in this sweep.Scope
One line (two for hermiq, whose button was also labelled "View on Codeberg"). Nothing else touched.
This covers only the landing-page CTA, which is the user-facing half. The wider Codeberg cleanup is tracked in hydra's
retire-codeberg-referencesproposal, which did not previously cover these pages.Part of a 10-repo sweep.