summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-11-18 01:27:55 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-18 01:27:55 +0900
commit557ab3472ada7b955fa23ebc0cc081a8e65a8b02 (patch)
treee8e4ba703af9e5eab2a66a38c7f5ff8d606c2623
parenta4d5588101979a49f842c8a2f1ea710adb788d0d (diff)
parent6c181fa12357e73083277325174b18995ab6c24e (diff)
downloadmruby-557ab3472ada7b955fa23ebc0cc081a8e65a8b02.tar.gz
mruby-557ab3472ada7b955fa23ebc0cc081a8e65a8b02.zip
Merge pull request #3024 from yoshiori/fix_readme_link
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e57b79bff..a4d9ae00f 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,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](doc/mrbgems/README.md). For example code of
+use mrbgems consult the file [doc/guides/mrbgems.md](doc/guides/mrbgems.md). For example code of
how to use mrbgems look into the folder *examples/mrbgems/*.
## License