diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-11-03 12:33:11 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-11-04 09:11:13 +0100 |
commit | 2c028d8f96921a1b7b54e2d483c58d73e3f8ab13 (patch) | |
tree | 861a02bcccab5d61ed7f1fcaa495bfcecc2f1794 | |
parent | 37ae422fc1131245705a686d1e3144b3f9e9aa81 (diff) | |
download | haskell-2c028d8f96921a1b7b54e2d483c58d73e3f8ab13.tar.gz |
Update obsolete URLs in documentation
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-rw-r--r-- | HACKING.md | 2 | ||||
-rw-r--r-- | docs/users_guide/external_core.xml | 2 | ||||
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
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> |