diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-05-20 15:10:42 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-05-20 15:10:42 +0900 |
| commit | 4996e8860213e32b93b15333fe5fd9dde37d24ae (patch) | |
| tree | 34faab0b4942b837f3ba54833b18875745234bd5 /README.md | |
| parent | 2e838250a458870cb725d4df58eeebb73bb34f24 (diff) | |
| parent | b5eb6602b714f45b163f66edffdbb19e5df5e072 (diff) | |
| download | mruby-4996e8860213e32b93b15333fe5fd9dde37d24ae.tar.gz mruby-4996e8860213e32b93b15333fe5fd9dde37d24ae.zip | |
Merge pull request #2796 from syohex/add-link
Link documents
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/*. |
