From dcc9c55420cc6e2fe1489f64fc404c774800f50a Mon Sep 17 00:00:00 2001 From: Yasuhiro Horimoto Date: Thu, 1 Aug 2019 22:21:58 +0900 Subject: [PATCH] Use https instead of http --- learn.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/learn.md b/learn.md index 5a6f817518..1eae4df06e 100644 --- a/learn.md +++ b/learn.md @@ -37,7 +37,7 @@ the paid version delivers a certificate of completion. Learn more about ## Dr.Mark C Lewis's Lectures from Trinity University - * [Dr.Mark C Lewis](http://www.cs.trinity.edu/~mlewis/) from Trinity University, San Antonio, TX, teaches programming courses using the Scala language. Course videos are available in YouTube for free. Some of the courses below. + * [Dr.Mark C Lewis](https://www.cs.trinity.edu/~mlewis/) from Trinity University, San Antonio, TX, teaches programming courses using the Scala language. Course videos are available in YouTube for free. Some of the courses below. * [Introduction to Programming and Problem Solving Using Scala](https://www.youtube.com/playlist?list=PLLMXbkbDbVt9MIJ9DV4ps-_trOzWtphYO) * [Object-Orientation, Abstraction, and Data Structures Using Scala](https://www.youtube.com/playlist?list=PLLMXbkbDbVt8JLumqKj-3BlHmEXPIfR42) @@ -45,13 +45,13 @@ the paid version delivers a certificate of completion. Learn more about ## 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 [ScalaFiddle](https://scalafiddle.io/) and [Scastie](http://scastie.org/). +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](https://scastie.org/). ## allaboutscala -[allaboutscala](http://allaboutscala.com/) provides detailed tutorials for beginners. +[allaboutscala](https://allaboutscala.com/) provides detailed tutorials for beginners. ## ScalaCourses -[Independent Courseware](http://getscala.com), online self-study or instructor-led Scala and Play courses for a fee. +[Independent Courseware](https://www.getscala.com), online self-study or instructor-led Scala and Play courses for a fee. ## Visual Scala Reference [Visual Scala Reference](https://superruzafa.github.com/visual-scala-reference/), a guide to visually learn about Scala concepts and functions.