isaqb-org / glossary

An extensive glossary of software architecture (and development) terminology. Explains the terms used and referenced in the iSAQB foundation and advanced level curricula.
https://leanpub.com/isaqbglossary
35 stars 16 forks source link

check external links systematically. #124

Open WolfgangFahl opened 1 year ago

WolfgangFahl commented 1 year ago

Some links in the glossary seem to be outdated/broken e.g.

http://iso25000.com/index.php/en/iso-25000-standards/iso-25010%7CISO in the Usability Quality Attribute term description

A systematic check in the pipeline might help to mitigate such problems

gernotstarke commented 1 year ago

see https://github.com/isaqb-org/glossary/issues/91

mattes3 commented 1 year ago

An alternative: Use a link caching service like https://permanent.link

Not only makes you aware of broken links but displays a cached version of the page when the link is broken.

gernotstarke commented 1 year ago

one might integrate the HtmlSanityChecker, or find another gradle-compliant service for checking...

(would help us to get rid of the old http-URLs spread all over the text)