corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.28k stars 345 forks source link

Disable link checking for breg links #847

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

This PR resolves issue https://github.com/corona-warn-app/cwa-documentation/issues/846 "checklinks fails checking https://www.bundesregierung.de/corona-warn-app-faq" caused by network security on the https://www.bundesregierung.de website.

It disables link checking in https://github.com/corona-warn-app/cwa-documentation/glossary.md for the problematic links:

which otherwise may return a HTTP 503 "Service Unavailable" error when attempting to check their availability using markdown-check-lint.

Verification

Execute npm run checklinks and ensure that no errors are reported.

MikeMcC399 commented 2 years ago

Checks have passed. Ready for review and merge.

dsarkar commented 2 years ago

@MikeMcC399 Thanks for the fix!