diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-20 22:49:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-20 22:49:21 +0900 |
| commit | 7cf94bac100931cd80ac0b851d3de298e351b5b9 (patch) | |
| tree | b5a594704b302e18373fecf0db4fc1b21565dc59 | |
| parent | 8a5b0433abfd508c940891ffe9d748e80f006597 (diff) | |
| parent | 111602319bdecde9a9cfbe74b48b3b93debc35df (diff) | |
| download | mruby-7cf94bac100931cd80ac0b851d3de298e351b5b9.tar.gz mruby-7cf94bac100931cd80ac0b851d3de298e351b5b9.zip | |
Merge pull request #2842 from davydovanton/doc-fix-old-link
Fix repository link to mruby/mruby
| -rwxr-xr-x | doc/debugger/README.md | 2 |
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: |
