summaryrefslogtreecommitdiff
path: root/docs/comm
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2013-09-23 16:03:44 +0100
committerSimon Marlow <marlowsd@gmail.com>2013-10-01 11:45:46 +0100
commit2f69aaea7066b8d11034925d9376fadd67361eca (patch)
tree384711303663047480f88d727a3b5fa3ed90e8d3 /docs/comm
parent0b0fec536e35769b64b8bc5397c84138fa512155 (diff)
downloadhaskell-2f69aaea7066b8d11034925d9376fadd67361eca.tar.gz
Globally replace "hackage.haskell.org" with "ghc.haskell.org"
Diffstat (limited to 'docs/comm')
-rw-r--r--docs/comm/genesis/genesis.html2
-rw-r--r--docs/comm/genesis/makefiles.html4
-rw-r--r--docs/comm/index.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/comm/genesis/genesis.html b/docs/comm/genesis/genesis.html
index ac9faa4c4b..2ccdf5353a 100644
--- a/docs/comm/genesis/genesis.html
+++ b/docs/comm/genesis/genesis.html
@@ -15,7 +15,7 @@
parsers and other pre-computed source, and finally computes dependency
information. There is considerable detail on the build process in GHC's
<a
- href="http://hackage.haskell.org/trac/ghc/wiki/Building">Building Guide.</a>
+ href="http://ghc.haskell.org/trac/ghc/wiki/Building">Building Guide.</a>
<h4>Debugging the Beast</h4>
<p>
diff --git a/docs/comm/genesis/makefiles.html b/docs/comm/genesis/makefiles.html
index 3b0e35bfd8..7f01fb53ac 100644
--- a/docs/comm/genesis/makefiles.html
+++ b/docs/comm/genesis/makefiles.html
@@ -11,9 +11,9 @@
The size and structure of GHC's makefiles makes it quite easy to scream
out loud - in pain - during the process of tracking down problems in the
make system or when attempting to alter it. GHC's <a
- href="http://hackage.haskell.org/trac/ghc/wiki/Building">Building
+ href="http://ghc.haskell.org/trac/ghc/wiki/Building">Building
Guide</a> has valuable information on <a
- href="http://hackage.haskell.org/trac/ghc/wiki/Building/BuildSystem">the
+ href="http://ghc.haskell.org/trac/ghc/wiki/Building/BuildSystem">the
makefile architecture.</a>
<h4>A maze of twisty little passages, all alike</h4>
diff --git a/docs/comm/index.html b/docs/comm/index.html
index 294ba0982a..64b9d81ff1 100644
--- a/docs/comm/index.html
+++ b/docs/comm/index.html
@@ -82,7 +82,7 @@
<h2>RTS &amp; Libraries</h2>
<p>
<ul>
- <li><a href="http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Conventions">Coding Style Guidelines</a>
+ <li><a href="http://ghc.haskell.org/trac/ghc/wiki/Commentary/Rts/Conventions">Coding Style Guidelines</a>
<li><a href="rts-libs/stgc.html">Spineless Tagless C</a>
<li><a href="rts-libs/primitives.html">Primitives</a>
<li><a href="rts-libs/prelfound.html">Prelude Foundations</a>