From aea0fa861e69e601eefa0e81b91f22a0d6739fcd Mon Sep 17 00:00:00 2001 From: Harrison Houghton <28076058+hrhino@users.noreply.github.com> Date: Sun, 24 Dec 2017 09:09:40 -0500 Subject: [PATCH] Update scalafiddle/scastie links scala-js-fiddle is now ScalaFiddle; Scala Kata redirects to Scastie. --- learn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn.md b/learn.md index adf78808de..f880fddeda 100644 --- a/learn.md +++ b/learn.md @@ -23,7 +23,7 @@ There are a few interactive resources for trying out Scala, to get a look and fe * Functional Programming in Scala Capstone ### Try Scala In Your Browser! -There are a handful of websites where you can interactively run Scala code in your browser! Have a look at [scala-js-fiddle](http://www.scala-js-fiddle.com/), [Scala Kata](http://www.scalakata.com/), and [Scastie](http://scastie.org/) for more. +There are a handful of websites where you can interactively run Scala code in your browser! Have a look at [ScalaFiddle](https://scalafiddle.io/) and [Scastie](http://scastie.org/). ### allaboutscala [allaboutscala](http://allaboutscala.com/) provides detailed tutorials for beginners.