summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.md2
-rw-r--r--docs/users_guide/external_core.xml2
-rw-r--r--docs/users_guide/glasgow_exts.xml2
3 files changed, 3 insertions, 3 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
```
diff --git a/docs/users_guide/external_core.xml b/docs/users_guide/external_core.xml
index 3052da69cc..e4354410ef 100644
--- a/docs/users_guide/external_core.xml
+++ b/docs/users_guide/external_core.xml
@@ -158,7 +158,7 @@ I am unsure of the proper DocBook elements.
<para>Formal static and dynamic semantics in the form of an executable
typechecker and interpreter are available separately in the GHC
source tree
- <footnote><ulink url="http://darcs.haskell.org/ghc">http://darcs.haskell.org/ghc</ulink></footnote>
+ <footnote><ulink url="http://git.haskell.org/ghc.git/tree">http://git.haskell.org/ghc.git</ulink></footnote>
under <code>utils/ext-core</code>.</para>
</section>
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index b475c366a6..ce07806bfa 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -8966,7 +8966,7 @@ Because the preprocessor targets Haskell (rather than Core),
patterns</emphasis>, written <literal>!<replaceable>pat</replaceable></literal>.
Bang patterns are under consideration for Haskell Prime.
The <ulink
-url="http://hackage.haskell.org/trac/haskell-prime/wiki/BangPatterns">Haskell
+url="http://ghc.haskell.org/trac/haskell-prime/wiki/BangPatterns">Haskell
prime feature description</ulink> contains more discussion and examples
than the material below.
</para>