Skip to content

Use https instead of http #1476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ 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)

You can visit his [YouTube channel](https://www.youtube.com/user/DrMarkCLewis/featured) for more videos.


## 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.