summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAnton Davydov <[email protected]>2015-06-20 13:27:36 +0300
committerAnton Davydov <[email protected]>2015-06-20 13:27:36 +0300
commit111602319bdecde9a9cfbe74b48b3b93debc35df (patch)
tree49a74e9b1e963d52ca06f25a0657ce6199b2658f /doc
parent6a796cb4ccd53a35c93c89c1074d556186207966 (diff)
downloadmruby-111602319bdecde9a9cfbe74b48b3b93debc35df.tar.gz
mruby-111602319bdecde9a9cfbe74b48b3b93debc35df.zip
Fix repository link to mruby/mruby [skip ci]
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/debugger/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debugger/README.md b/doc/debugger/README.md
index 56230e429..a13e91cec 100755
--- a/doc/debugger/README.md
+++ b/doc/debugger/README.md
@@ -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: