From d4edd57e5447148c407f83346dfcf21cf9d8ba7c Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Sat, 12 Feb 2022 13:10:06 -0800 Subject: [PATCH] Update links on doc landing page --- doc/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index 80846d90..4eafdae4 100644 --- a/doc/index.md +++ b/doc/index.md @@ -13,8 +13,10 @@ Scala.js with respect to JavaScript. All you need to get started is -* A recent version of Java JDK [(download)](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) -* SBT [(download)](http://www.scala-sbt.org/0.13/tutorial/Setup.html) +* A recent version of Java JDK [(download)](https://www.oracle.com/java/technologies/downloads/) +* SBT [(download)](https://www.scala-sbt.org/1.x/docs/Setup.html) + +See the [Basic tutorial](tutorial/basic/) for details about installation and setup. # Tutorials