From 424075181e4e5db4fa00115a5447cffe635ceb38 Mon Sep 17 00:00:00 2001 From: Aly Cerruti Date: Tue, 26 Oct 2021 00:48:13 -0700 Subject: [PATCH 1/2] Fix links to IntelliJ and SBT Fixes #1285 --- _includes/downloads-scala2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/downloads-scala2.html b/_includes/downloads-scala2.html index f06235318..ebb713a9e 100644 --- a/_includes/downloads-scala2.html +++ b/_includes/downloads-scala2.html @@ -24,7 +24,7 @@

Then, install Scala:

Best if you prefer a full-featured IDE (recommended for beginners)

- + Download intellij @@ -37,7 +37,7 @@

Then, install Scala:

Best if you are familiar with the command line

- + Download Sbt From bd8f521781dfbb8a81dfece1d557b9b182df8ec7 Mon Sep 17 00:00:00 2001 From: Aly Cerruti Date: Tue, 26 Oct 2021 08:31:58 -0700 Subject: [PATCH 2/2] Remove the IntelliJ and SBT entries as they are not used --- _data/downloads.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/_data/downloads.yml b/_data/downloads.yml index a3db12a72..7f9fcb602 100644 --- a/_data/downloads.yml +++ b/_data/downloads.yml @@ -7,23 +7,3 @@ stepOne: text: "

java -version(Make sure you have version 1.8.)

" - os: windows text: "

" - -intellijUrls: - - os: linux - url: https://www.jetbrains.com/idea - - os: unix - url: https://www.jetbrains.com/idea - - os: macos - url: https://www.jetbrains.com/idea - - os: windows - url: https://www.jetbrains.com/idea - -sbtUrls: - - os: linux - url: https://www.scala-sbt.org/download.html - - os: unix - url: https://www.scala-sbt.org/download.html - - os: macos - url: https://www.scala-sbt.org/download.html - - os: windows - url: https://www.scala-sbt.org/download.html