README: Update links to be HTTPS (#393)

* README: Update links to be HTTPS

* Update Twitch link to use HTTPS
This commit is contained in:
jakbyte 2020-02-02 13:57:54 -05:00 committed by GitHub
parent dba4b10a45
commit 8c8f0874df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,20 @@
# MoonScript # MoonScript
[![MoonScript](http://leafo.net/dump/sailormoonscript.png)](http://moonscript.org) [![MoonScript](https://leafo.net/dump/sailormoonscript.png)](https://moonscript.org)
[![Build Status](https://travis-ci.org/leafo/moonscript.svg?branch=master)](https://travis-ci.org/leafo/moonscript) [![Build status](https://ci.appveyor.com/api/projects/status/f5prpi4wvytul290/branch/binaries?svg=true)](https://ci.appveyor.com/project/leafo/moonscript/branch/binaries) [![Build Status](https://travis-ci.org/leafo/moonscript.svg?branch=master)](https://travis-ci.org/leafo/moonscript) [![Build status](https://ci.appveyor.com/api/projects/status/f5prpi4wvytul290/branch/binaries?svg=true)](https://ci.appveyor.com/project/leafo/moonscript/branch/binaries)
[![](http://leafo.net/dump/twitch-banner.svg)](https://www.twitch.tv/moonscript) [![](https://leafo.net/dump/twitch-banner.svg)](https://www.twitch.tv/moonscript)
MoonScript is a programmer friendly language that compiles into MoonScript is a programmer friendly language that compiles into
[Lua](http://www.lua.org/). It gives you the power of the fastest scripting [Lua](https://www.lua.org/). It gives you the power of the fastest scripting
language combined with a rich set of features. It runs on Lua 5.1 and above, language combined with a rich set of features. It runs on Lua 5.1 and above,
including alternative runtimes like LuaJIT. including alternative runtimes like LuaJIT.
See <http://moonscript.org>. See <https://moonscript.org>.
Online demo/compiler at <http://moonscript.org/compiler>. Online demo/compiler at <https://moonscript.org/compiler>.
## Join Our Community ## Join Our Community
@ -22,7 +22,7 @@ We just created a Discord for those interested in MoonScript. You can join us he
## Running Tests ## Running Tests
Tests are written in MoonScript and use [Busted](http://olivinelabs.com/busted/). Tests are written in MoonScript and use [Busted](https://olivinelabs.com/busted/).
In order to run the tests you must have MoonScript and [Loadkit](https://github.com/leafo/loadkit) installed. In order to run the tests you must have MoonScript and [Loadkit](https://github.com/leafo/loadkit) installed.
To run tests, execute from the root directory: To run tests, execute from the root directory: