summaryrefslogtreecommitdiffhomepage
path: root/doc
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 /doc
parent563ebbf0833c6642ce8d95795e53748227dd6985 (diff)
downloadmruby-6f6149509a43ce96981d2cf46b5037bdb8509cc1.tar.gz
mruby-6f6149509a43ce96981d2cf46b5037bdb8509cc1.zip
🔒 Fix missing HTTPS on links
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/gc-arena-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/gc-arena-howto.md b/doc/guides/gc-arena-howto.md
index aff7360e9..7c367c98a 100644
--- a/doc/guides/gc-arena-howto.md
+++ b/doc/guides/gc-arena-howto.md
@@ -3,7 +3,7 @@
_This is an English translation of [Matz's blog post][matz blog post]
written in Japanese._
_Some parts are updated to reflect recent changes._
-[matz blog post]: http://www.rubyist.net/~matz/20130731.html
+[matz blog post]: https://www.rubyist.net/~matz/20130731.html
When you are extending mruby using C language, you may encounter
mysterious "arena overflow error" or memory leak or very slow