From 6f6149509a43ce96981d2cf46b5037bdb8509cc1 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 19 Dec 2020 17:52:16 +1000 Subject: 🔒 Fix missing HTTPS on links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mrbgems/mruby-io/README.md | 4 ++-- mrbgems/mruby-sleep/README.md | 2 +- mrbgems/mruby-sleep/src/mrb_sleep.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mrbgems') diff --git a/mrbgems/mruby-io/README.md b/mrbgems/mruby-io/README.md index 9fb942e3a..51bdbe014 100644 --- a/mrbgems/mruby-io/README.md +++ b/mrbgems/mruby-io/README.md @@ -13,7 +13,7 @@ Add the line below to your build configuration. ## Implemented methods ### IO - - http://doc.ruby-lang.org/ja/1.9.3/class/IO.html + - https://doc.ruby-lang.org/ja/1.9.3/class/IO.html | method | mruby-io | memo | | ------------------------- | -------- | ---- | @@ -97,7 +97,7 @@ Add the line below to your build configuration. | IO#write_nonblock | | | ### File - - http://doc.ruby-lang.org/ja/1.9.3/class/File.html + - https://doc.ruby-lang.org/ja/1.9.3/class/File.html | method | mruby-io | memo | | --------------------------- | -------- | ---- | diff --git a/mrbgems/mruby-sleep/README.md b/mrbgems/mruby-sleep/README.md index 1c0a86c3a..68aa2c6d3 100644 --- a/mrbgems/mruby-sleep/README.md +++ b/mrbgems/mruby-sleep/README.md @@ -23,6 +23,6 @@ usleep(10000) # License under the MIT License: -* http://www.opensource.org/licenses/mit-license.php +* https://www.opensource.org/licenses/mit-license.php diff --git a/mrbgems/mruby-sleep/src/mrb_sleep.c b/mrbgems/mruby-sleep/src/mrb_sleep.c index 7771db56b..79a5af650 100644 --- a/mrbgems/mruby-sleep/src/mrb_sleep.c +++ b/mrbgems/mruby-sleep/src/mrb_sleep.c @@ -23,7 +23,7 @@ ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ** SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ** -** [ MIT license: http://www.opensource.org/licenses/mit-license.php ] +** [ MIT license: https://www.opensource.org/licenses/mit-license.php ] */ #include -- cgit v1.2.3