You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 2017, I guess by mistake, the permalink in the scala announcements is missing the trailing slash.
Thus, the URL for 2.12.1 was: https://www.scala-lang.org/news/2.12.1/
So, now it's just a file name without any extension. The web server serves the file with no content-type instead of "Content-Type: text/html", because it doesn't know which kind of file it could be.
I would suggest to just add the missing trailing slash in these permalinks. As the web server will automatically redirects to the directory content, the previous URI will still be valid, so no risk to break any existing link.