summaryrefslogtreecommitdiff
path: root/docs/comm
diff options
context:
space:
mode:
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>