summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-10-11 12:54:34 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-10-11 12:54:34 +0900
commitf1610a98c58328e6bbbc62d674c22c9ec91b45c8 (patch)
tree52bfd0dee7d332568a845dcce1f6d949499fde77
parentc87c409a1ddd4884d1cd895b411c558fef99c2cd (diff)
parent7c6f2374682142bb569022a8f2ba9f580aa15942 (diff)
downloadmruby-f1610a98c58328e6bbbc62d674c22c9ec91b45c8.tar.gz
mruby-f1610a98c58328e6bbbc62d674c22c9ec91b45c8.zip
Merge pull request #2987 from crowell/patch-1
point to the right compile file
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5ddfab2c..62eca18c9 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ We don't have mailing list, but you can use [GitHub issues](https://github.com/m
## How to compile and install (mruby and gems)
-See the [doc/compile/README.md](doc/compile/README.md) file.
+See the [doc/guides/compile.md](doc/guides/compile.md) file.
## Running Tests