summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-06-20 22:49:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-20 22:49:21 +0900
commit7cf94bac100931cd80ac0b851d3de298e351b5b9 (patch)
treeb5a594704b302e18373fecf0db4fc1b21565dc59 /doc
parent8a5b0433abfd508c940891ffe9d748e80f006597 (diff)
parent111602319bdecde9a9cfbe74b48b3b93debc35df (diff)
downloadmruby-7cf94bac100931cd80ac0b851d3de298e351b5b9.tar.gz
mruby-7cf94bac100931cd80ac0b851d3de298e351b5b9.zip
Merge pull request #2842 from davydovanton/doc-fix-old-link
Fix repository link to mruby/mruby
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: