Closed lurch closed 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.
Etcher v1.4.1 release
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:
r
release
Renamed the forum post for now, thanks!
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 namedEtcher 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
onrelease
:slightly_smiling_face: