Skip to content

Commit 31e2bd3

Browse files
Merge pull request #690 from scala/fix687
Fixes #687
2 parents ccdc853 + 5273041 commit 31e2bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/downloadpage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<span>{{page.release_version}}</span>
1111
</div>
1212
<ul>
13-
<li><a href="/download/changelog/">Release Notes</a></li>
13+
<li><a href="https://github.com/scala/scala/releases">Release Notes</a></li>
1414
<li class="dot"></li>
15-
<li><a href="/download/changelog/">Changelog</a></li>
15+
<li><a href="{{ site.baseurl }}/news#announcements--changelog">Changelog</a></li>
1616
</ul>
1717
</div>
1818
<div class="main-download">

0 commit comments

Comments
 (0)