-
Notifications
You must be signed in to change notification settings - Fork 326
Scala 2 Download Page's "Download IntelliJ" and "Download SBT" links are broken #1285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would! I don't know what the links are supposed to be, however. |
According to the diff, the URL for IntelliJ was filled by this part of the HTML file: But it points to this: scala-lang/_data/downloads.yml Lines 11 to 19 in 547e1f9
(all the entries have the same value!) |
This should fix scala#1285 for good. In scala#1286, it was unbeknownst to me that there was JS that ended up editing the HREFs of the IntelliJ and SBT links, and so the code that was initially broken there remained broken.
https://www.scala-lang.org/download/scala2.html (archive: https://web.archive.org/web/20210813043859/https://www.scala-lang.org/download/scala2.html)
The buttons for "Download IntelliJ" and "Download SBT" have broken
href
s, with no actual link value.The text was updated successfully, but these errors were encountered: