summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorSyohei YOSHIDA <[email protected]>2015-05-20 10:15:01 +0900
committerSyohei YOSHIDA <[email protected]>2015-05-20 10:15:01 +0900
commitb5eb6602b714f45b163f66edffdbb19e5df5e072 (patch)
treec109251d539fff6a3d3fa3bdd103553dd745abaf /README.md
parent505c6961dc5aa75783c43bb582379582cae0dbbb (diff)
downloadmruby-b5eb6602b714f45b163f66edffdbb19e5df5e072.tar.gz
mruby-b5eb6602b714f45b163f66edffdbb19e5df5e072.zip
Link documents
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c3506a717..9c3ccd466 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ We don't have mailing list, use GitHub forum <http://github.com/mruby/mruby>.
## How to compile and install (mruby and gems)
-See the *doc/compile/README.md* file.
+See the [doc/compile/README.md](doc/compile/README.md) file.
## Running Tests
@@ -64,7 +64,7 @@ Or
mruby contains a package manager called *mrbgems*. To create extensions
in C and/or Ruby you should create a *GEM*. For a documentation of how to
-use mrbgems consult the file *doc/mrbgems/README.md*. For example code of
+use mrbgems consult the file [doc/mrbgems/README.md](doc/mrbgems/README.md). For example code of
how to use mrbgems look into the folder *examples/mrbgems/*.