summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/README.md
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2013-01-26 15:47:06 +0900
committerYuichiro MASUI <[email protected]>2013-01-26 15:47:06 +0900
commit9352e4b49d503db708ce645deb8a188958f77ad8 (patch)
treeaefa8d309db1b9c6f714c05ae7d5630090856cc5 /doc/mrbgems/README.md
parent47d7cce66dc79235509130bcfc5ca0d32c21337b (diff)
downloadmruby-9352e4b49d503db708ce645deb8a188958f77ad8.tar.gz
mruby-9352e4b49d503db708ce645deb8a188958f77ad8.zip
Moved mrbgems examples
Diffstat (limited to 'doc/mrbgems/README.md')
-rw-r--r--doc/mrbgems/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbgems/README.md b/doc/mrbgems/README.md
index 0af3192f4..49c8f56d1 100644
--- a/doc/mrbgems/README.md
+++ b/doc/mrbgems/README.md
@@ -15,7 +15,7 @@ To add a GEM into the build_config.rb add the following line for example:
You can also use a relative path which would be relative from the mruby root:
- conf.gem 'doc/mrbgems/ruby_extension_example'
+ conf.gem 'examples/mrbgems/ruby_extension_example'
A remote GIT repository location for a GEM is also supported: