summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorYoshiori SHOJI <[email protected]>2015-11-17 10:20:39 -0600
committerYoshiori SHOJI <[email protected]>2015-11-17 10:20:39 -0600
commit6c181fa12357e73083277325174b18995ab6c24e (patch)
treee8e4ba703af9e5eab2a66a38c7f5ff8d606c2623 /README.md
parenta4d5588101979a49f842c8a2f1ea710adb788d0d (diff)
downloadmruby-6c181fa12357e73083277325174b18995ab6c24e.tar.gz
mruby-6c181fa12357e73083277325174b18995ab6c24e.zip
Update README.md
Fix mrbgems doc link.
Diffstat (limited to '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