OpenTTD / website

OpenTTD's website in Jekyll
https://www.openttd.org/
GNU General Public License v2.0
16 stars 26 forks source link

Changelog links on download pages lead to 404 due to text to markdown renames #330

Open JGRennison opened 1 week ago

JGRennison commented 1 week ago

changelog.txt was renamed to changelog.md in https://github.com/OpenTTD/OpenTTD/pull/12994

Since then the changelog link in _layouts/download.html 404s for nightly builds.

auge8472 commented 1 week ago

I searched for changelog.txt in the repository and found several release postings with a link to the changelog.txt. Those links are still working. Are there any plans to repack the older relases with a changelog.md?

LordAro commented 1 week ago

They'll still be working because there hasn't been a release with changelog.md yet

I doubt we'll be wanting to touch the older releases

auge8472 commented 1 week ago

Thank you for clarification. A PR will follow in a few minutes.