summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-02-12 12:54:14 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-02-12 15:39:19 +0900
commit31051fd6563b9c4dac45073c3d39593b03588da9 (patch)
treecee71fc902379d928da8c065ed7dfa5c7497659c /doc
parentca7cac8b312ee79c14fb9fbb87d0123e6279cc3d (diff)
downloadmruby-31051fd6563b9c4dac45073c3d39593b03588da9.tar.gz
mruby-31051fd6563b9c4dac45073c3d39593b03588da9.zip
doc/mruby3.md: use relative path.
Diffstat (limited to 'doc')
-rw-r--r--doc/mruby3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mruby3.md b/doc/mruby3.md
index ebd2673d5..b17f3d526 100644
--- a/doc/mruby3.md
+++ b/doc/mruby3.md
@@ -160,4 +160,4 @@ For better and faster random number generation.
Preallocated symbols are interned at compile-time. They can be accessed via symbols macros (e.g. `MRB_SYM()`).
-See [Symbols](https://github.com/mruby/mruby/blob/master/doc/guides/symbol.md).
+See [Symbols](./guides/symbol.md).