Merge pull request #2842 from davydovanton/doc-fix-old-link

Fix repository link to mruby/mruby
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-06-20 22:49:21 +09:00
+1 -1
View File
@@ -13,7 +13,7 @@ This file documents the mruby debugger ('mrdb') methods.
The trunk of the mruby source tree, with the most recent mrdb, can be checked out with the following command:
```bash
$ git clone https://github.com/mruby-Forum/mruby.git
$ git clone https://github.com/mruby/mruby.git
```
To run the `make` command: