diff options
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md index 74a08041d6..7a4cc9329d 100644 --- a/HACKING.md +++ b/HACKING.md @@ -30,7 +30,7 @@ find an overview here: Next, clone the repository and all the associated libraries: ``` -$ git clone http://darcs.haskell.org/ghc.git/ +$ git clone http://git.haskell.org/ghc.git $ cd ghc $ ./sync-all --testsuite get ``` |