Skip to content

fix(na): exclude URLs that frequently fail in CI link checking#2174

Merged
mrjones-plip merged 1 commit intomainfrom
more-40x-link-fixes
Mar 31, 2026
Merged

fix(na): exclude URLs that frequently fail in CI link checking#2174
mrjones-plip merged 1 commit intomainfrom
more-40x-link-fixes

Conversation

@mrjones-plip
Copy link
Copy Markdown
Contributor

Description

I took the past 8 or so runs of the link checker script and found URLs that occurred more than once:

grep -v localhost:1313 403\ https\ digitalmedic.txt|grep https|sort|uniq -c|grep -v '1 h'
	2 https://docs.getdbt.com/docs/core/installation
	2 https://github.com/medic/cht-android/blob/master/.github/workflows/publish.yml
	2 https://github.com/medic/cht-core/blob/master/scripts/deploy/README.md
	2 https://github.com/medic/cht-core/tree/master/scripts/deploy
	2 https://github.com/palladiumkenya/openmrs-module-afyastat
	5 https://github.com/signup
	4 https://pmc.ncbi.nlm.nih.gov/articles/PMC6903365/
	3 https://ruky.me/hacking-cht-user-interface-with-javascript-to-format-content/

The DBT one has already been fixed, so this PR adds the others to the exclude list!

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@mrjones-plip mrjones-plip requested a review from andrablaj March 30, 2026 22:42
Copy link
Copy Markdown
Member

@andrablaj andrablaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧇

@mrjones-plip mrjones-plip merged commit ae1c87b into main Mar 31, 2026
2 checks passed
@mrjones-plip mrjones-plip deleted the more-40x-link-fixes branch March 31, 2026 19:09
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