Skip to content

Commit 4f2ffdb

Browse files
authored
Merge pull request #1286 from s5bug/patch-1
Fix links to IntelliJ and SBT
2 parents 547e1f9 + bd8f521 commit 4f2ffdb

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

_data/downloads.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,3 @@ stepOne:
77
text: "<p><code>java -version</code><span>(Make sure you have version 1.8.)</span></p>"
88
- os: windows
99
text: "<p><ul><li>Launch the Windows Start menu</li><li>Click on <code>Programs</code></li><li>Find the <code>Java</code> program listing</li><li>Click <code>About Java</code> to see the Java version</li></ul></p>"
10-
11-
intellijUrls:
12-
- os: linux
13-
url: https://www.jetbrains.com/idea
14-
- os: unix
15-
url: https://www.jetbrains.com/idea
16-
- os: macos
17-
url: https://www.jetbrains.com/idea
18-
- os: windows
19-
url: https://www.jetbrains.com/idea
20-
21-
sbtUrls:
22-
- os: linux
23-
url: https://www.scala-sbt.org/download.html
24-
- os: unix
25-
url: https://www.scala-sbt.org/download.html
26-
- os: macos
27-
url: https://www.scala-sbt.org/download.html
28-
- os: windows
29-
url: https://www.scala-sbt.org/download.html

_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)