Trilarion / opensourcegames

Technical infos of open source games.
https://trilarion.github.io/opensourcegames/
Creative Commons Zero v1.0 Universal
631 stars 78 forks source link

update home link in lode_runner_2020.md #407

Closed peutch closed 6 months ago

peutch commented 7 months ago

Hi, Is there a process to identify possible broken or redirected links globally? Regards, Patrice

Trilarion commented 6 months ago

..Is there a process to identify possible broken or redirected links globally? ..

Hi Patrice, thanks for the update. Yes, there is such a process, i.e. there is a script that runs over all links, makes a http request and saves all those where the result of the answer is not success. Then I manually check them all and fix them as good as I can. I do this approximately once per year and have to fix around 5% of all links once per year. Recently I was running the script and was still fixing links (didn't yet get to lode runner).

For code see: https://github.com/Trilarion/opensourcegames/blob/8dbe065781e498d8f424a0ef0b50b62450a30596/code/maintenance_entries.py#L300