speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.12k stars 200 forks source link

update /standards/types to /standards/types/ per linkchecker warning #2937

Closed tantek closed 1 month ago

tantek commented 1 month ago

Linkchecker warns that links to https://www.w3.org/standards/types are redirected to https://www.w3.org/standards/types/ so fix the generation of these links to automatically avoid this warning.

Ms2ger commented 3 weeks ago

I'm getting complaints seemingly in the opposite direction: https://labs.w3.org/echidna/api/status?id=03aca09e-4476-4b3d-933a-4cb62dd006c1

tantek commented 3 weeks ago

@Ms2ger looks like a specberus bug. Could you file it with that error message and this PR since Linkchecker was actually checking the link whereas it looks like specberus has an out of date rule that needs updating?

Ms2ger commented 3 weeks ago

Thanks for the pointer, seems like it's https://github.com/w3c/specberus/issues/1887

anssiko commented 2 weeks ago

(Cross-linking: the Specberus bug https://github.com/w3c/specberus/issues/1887 was fixed by https://github.com/w3c/specberus/pull/1889)