balena-io / etcher-homepage

Static website for etcher
https://etcher.io/
15 stars 13 forks source link

"What's new" link isn't linking to the forum post #130

Closed lurch closed 6 years ago

lurch commented 6 years ago

The "See what's new!" link on https://etcher.io/ is currently linking to https://etcher.io/changelog whereas it should be linking to https://forums.resin.io/t/etcher-v1-4-1-release

I did a quick bit of investigation, and it's because the website is looking for a post named Etcher v1.4.1 release whereas the post is actually named Etcher v1.4.1 Release.

So I guess you could either modify the check at https://github.com/resin-io/etcher-homepage/blob/master/pages/index.js#L44 to be case-insensitive, or you could simply edit the forum post to have a lower-case r on release :slightly_smiling_face:

jhermsmeier commented 6 years ago

Renamed the forum post for now, thanks!