As originally reported in #216, our current link checker can't handle paths like /docs/latest, so we temporarily came up with a hack (#227), that consisted of replacing latest by v3.4. This issue is a reminder to undo that hack and switch to using a better link checker (possibly like https://www.npmjs.com/package/dart-linkcheck).
As originally reported in #216, our current link checker can't handle paths like
/docs/latest, so we temporarily came up with a hack (#227), that consisted of replacinglatestbyv3.4. This issue is a reminder to undo that hack and switch to using a better link checker (possibly like https://www.npmjs.com/package/dart-linkcheck).