summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/README.md
diff options
context:
space:
mode:
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: