Skip to content

Commit 9ae2918

Browse files
committed
fix some 404 links to doc site
1 parent 04150a6 commit 9ae2918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/downloads-scala2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Ways to Install This Release</h2>
99
<ul>
1010
<li>
1111
Using <a
12-
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
12+
href="https://docs.scala-lang.org/getting-started/install-scala.html#install-scala-on-your-computer">Coursier
1313
CLI</a>, run:<br>
1414
<code>cs install scala:{{ page.release_version }} && cs install scalac:{{ page.release_version }}</code>
1515
</li>

_includes/downloads-scala3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2>Ways to Install This Release</h2>
1212
<ul>
1313
<li>
1414
Using <a
15-
href="https://docs.scala-lang.org/getting-started/index.html#using-the-scala-installer-recommended-way">Coursier
15+
href="https://docs.scala-lang.org/getting-started/install-scala.html#install-scala-on-your-computer">Coursier
1616
CLI</a>, run:<br>
1717
<code>cs install scala:{{page.release_version}} && cs install scalac:{{page.release_version}}</code>
1818
</li>

0 commit comments

Comments
 (0)