Skip to content

Conversation

@mre
Copy link
Member

@mre mre commented Sep 5, 2025

This PR fixes the broken URLs reported in the link checker by either updating them to working alternatives or marking the tools as deprecated.

Changes Made

Updated URLs (6 tools)

  • linter-for-dart.yml: Changed homepage from broken GitHub Pages to GitHub repository
  • fsharplint.yml: Changed homepage from broken GitHub Pages to GitHub repository
  • statix.yml: Changed homepage from unreachable git.peppe.rs to GitHub repository
  • cpplint.yml: Updated source and homepage to the current cpplint repository
  • specificity-graph.yml: Changed homepage from broken personal website to GitHub repository
  • twiggy.yml: Changed homepage from broken GitHub Pages to GitHub repository

Marked as Deprecated (6 tools)

  • bugprove.yml: Domain unreachable (certificate/network errors)
  • steady.yml: GitHub Pages site not found (404)
  • hasmysecretleaked.yml: Gateway timeout (504)
  • betterscan.yml: Website unreachable and GitHub repository archived
  • kubeval.yml: Domain unreachable (certificate errors)
  • scrutinizer.yml: Service unavailable (503)

Link Checker Errors Fixed

This addresses all the broken links mentioned in the GitHub Actions error:

All changes preserve the original functionality while providing working URLs or properly marking tools as deprecated using the deprecated: true flag as shown in the existing codebase.

- Fix working URLs by updating to GitHub repositories:
  - linter-for-dart.yml: Update homepage to GitHub repo
  - fsharplint.yml: Update homepage to GitHub repo
  - statix.yml: Update homepage to GitHub repo
  - cpplint.yml: Update to current cpplint repository
  - specificity-graph.yml: Update homepage to GitHub repo
  - twiggy.yml: Update homepage to GitHub repo

- Mark tools as deprecated for broken/unavailable services:
  - bugprove.yml: Domain unreachable
  - steady.yml: GitHub Pages site not found
  - hasmysecretleaked.yml: Gateway timeout
  - betterscan.yml: Website unreachable and repo archived
  - kubeval.yml: Domain unreachable
  - scrutinizer.yml: Service unavailable

Fixes link checker errors reported in GitHub Actions.
@mre mre merged commit 8d8a5ca into master Sep 5, 2025
2 checks passed
@mre mre deleted the fix-broken-urls branch September 5, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants