summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2020-12-19 17:52:16 +1000
committerJohn Bampton <[email protected]>2020-12-19 17:52:16 +1000
commit6f6149509a43ce96981d2cf46b5037bdb8509cc1 (patch)
tree196ad5766bdfea4818f61bbd9c1c90a7e3143936 /mrbgems/mruby-io
parent563ebbf0833c6642ce8d95795e53748227dd6985 (diff)
downloadmruby-6f6149509a43ce96981d2cf46b5037bdb8509cc1.tar.gz
mruby-6f6149509a43ce96981d2cf46b5037bdb8509cc1.zip
🔒 Fix missing HTTPS on links
Diffstat (limited to 'mrbgems/mruby-io')
-rw-r--r--mrbgems/mruby-io/README.md4
1 files changed, 2 insertions, 2 deletions
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 |
| --------------------------- | -------- | ---- |