Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _includes/download-resource-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ <h3>Other resources</h3>
<h2 id="other-releases">Other Releases</h2>

<p>You can find the links to prior versions or the latest development version below.
To see a detailed list of changes for each version of Scala please refer to the <a href="{{ site.baseurl }}/download/changelog.html">changelog</a>.</p>

<p>
Note that different major releases of Scala 2 (e.g. Scala 2.11.x and Scala 2.12.x) are not
Expand All @@ -56,8 +55,7 @@ <h2 id="other-releases">Other Releases</h2>
<li><a href="/download/{{ release.version }}.html">Scala {{ release.version }}</a> - Released on {{ release.release_date }}</li>
</ul></li>
{% endfor %}
<li><a href="https://scala-lang.org/files/archive/nightly/">Nightly builds</a></li>
<li><a href="/download/changelog.html">Changelog</a></li>
<li><a href="https://docs.scala-lang.org/overviews/core/nightlies.html">Nightly builds</a></li>
<li><a href="/download/all.html">All Scala releases</a></li>
</ul>
</div>
Loading