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