olivierlacan / keep-a-changelog

If you build software, keep a changelog.
http://keepachangelog.com
MIT License
6.11k stars 3.62k forks source link

Link to ISO date standard is broken; has a trailing ")" #574

Closed Patrickode closed 9 months ago

Patrickode commented 1 year ago

For reasons I don't understand, the link to the ISO date standard in the Confusing Dates section has a trailing ) in it; https://www.iso.org/iso-8601-date-and-time-format.html) instead of https://www.iso.org/iso-8601-date-and-time-format.html.

This parenthesis is not in data/links.json. So the parenthesis is showing up somewhere in the substitution process.

fgnievinski commented 11 months ago

the code reads: date format is an #{link_to "ISO standard", data.links.isodate},

ziemek99 commented 10 months ago

It's already been fixed in #541, but the changes aren't updated on the live website for whatever reason.

olivierlacan commented 9 months ago

They should be now. We had a build pipeline issue.