Skip to content

Commit 4240751

Browse files
authored
Fix links to IntelliJ and SBT
Fixes #1285
1 parent 547e1f9 commit 4240751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/downloads-scala2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>Then, install Scala:</h3>
2424
<img src="/resources/img/download/arrow-left.png" alt="">
2525
<p>Best if you prefer a full-featured IDE (recommended for beginners)</p>
2626
</div>
27-
<a href="" class="btn-download" id="download-intellij-link">
27+
<a href="https://www.jetbrains.com/idea" class="btn-download" id="download-intellij-link">
2828
<i class="fa fa-download"></i>
2929
<span>Download intellij</span>
3030
</a>
@@ -37,7 +37,7 @@ <h3>Then, install Scala:</h3>
3737
<img src="/resources/img/download/arrow-right.png" alt="">
3838
<p>Best if you are familiar with the command line</p>
3939
</div>
40-
<a href="" class="btn-download" id="download-sbt-link">
40+
<a href="https://www.scala-sbt.org/download.html" class="btn-download" id="download-sbt-link">
4141
<i class="fa fa-download"></i>
4242
<span>Download Sbt</span>
4343
</a>

0 commit comments

Comments
 (0)