gbdev / awesome-gbdev

A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs.
https://gbdev.io/resources
Other
4k stars 178 forks source link

brok: link gets (wrongly) flagged as invalid URL #213

Closed avivace closed 2 years ago

avivace commented 3 years ago

brok, the tool we use to flag broken and invalid links in the github actions CI, reports - Invalid URL: https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador%20[La%20decadence].html but https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador%20[La%20decadence].html is a valid link

brainard52 commented 3 years ago

I get a 404 when visiting https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador%20%5BLa%20decadence%5D.html

evie-calico commented 3 years ago

This link does appear to be broken, it should instead be: https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador_la_decadence.html

avivace commented 3 years ago

https://gb-archive.github.io/salvage/tutorial_de_ensamblador/tutorial_de_ensamblador%20%5BLa%20decadence%5D.html was recently changed (upstream, in the repository exposing such files) to remove the escaped entities so at the moment it returns a 404, but before, it got an "invalid link" by brok, even if it was definitely there.