summaryrefslogtreecommitdiff
path: root/includes
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 /includes
parent0b0fec536e35769b64b8bc5397c84138fa512155 (diff)
downloadhaskell-2f69aaea7066b8d11034925d9376fadd67361eca.tar.gz
Globally replace "hackage.haskell.org" with "ghc.haskell.org"
Diffstat (limited to 'includes')
-rw-r--r--includes/MachDeps.h2
-rw-r--r--includes/Makefile4
-rw-r--r--includes/Rts.h2
-rw-r--r--includes/RtsAPI.h2
-rw-r--r--includes/Stg.h2
-rw-r--r--includes/ghc.mk4
-rw-r--r--includes/rts/Adjustor.h2
-rw-r--r--includes/rts/BlockSignals.h2
-rw-r--r--includes/rts/Config.h2
-rw-r--r--includes/rts/Constants.h2
-rw-r--r--includes/rts/FileLock.h2
-rw-r--r--includes/rts/Flags.h2
-rw-r--r--includes/rts/GetTime.h2
-rw-r--r--includes/rts/Globals.h2
-rw-r--r--includes/rts/Hooks.h2
-rw-r--r--includes/rts/Hpc.h2
-rw-r--r--includes/rts/IOManager.h2
-rw-r--r--includes/rts/Linker.h2
-rw-r--r--includes/rts/Messages.h2
-rw-r--r--includes/rts/OSThreads.h2
-rw-r--r--includes/rts/Parallel.h2
-rw-r--r--includes/rts/PrimFloat.h2
-rw-r--r--includes/rts/Signals.h2
-rw-r--r--includes/rts/SpinLock.h2
-rw-r--r--includes/rts/Stable.h2
-rw-r--r--includes/rts/TTY.h2
-rw-r--r--includes/rts/Threads.h2
-rw-r--r--includes/rts/Ticky.h2
-rw-r--r--includes/rts/Timer.h2
-rw-r--r--includes/rts/Types.h2
-rw-r--r--includes/rts/Utils.h2
-rw-r--r--includes/rts/prof/CCS.h2
-rw-r--r--includes/rts/prof/LDV.h2
-rw-r--r--includes/rts/storage/MBlock.h4
-rw-r--r--includes/stg/DLL.h2
-rw-r--r--includes/stg/HaskellMachRegs.h2
-rw-r--r--includes/stg/MachRegs.h2
-rw-r--r--includes/stg/MiscClosures.h2
-rw-r--r--includes/stg/Regs.h2
-rw-r--r--includes/stg/RtsMachRegs.h2
-rw-r--r--includes/stg/SMP.h2
-rw-r--r--includes/stg/Ticky.h2
-rw-r--r--includes/stg/Types.h2
43 files changed, 46 insertions, 46 deletions
diff --git a/includes/MachDeps.h b/includes/MachDeps.h
index 24c1e32362..4c86e19ed9 100644
--- a/includes/MachDeps.h
+++ b/includes/MachDeps.h
@@ -9,7 +9,7 @@
* NB: THIS FILE IS INCLUDED IN HASKELL SOURCE!
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/Makefile b/includes/Makefile
index 7c20d90f23..e8e88d6398 100644
--- a/includes/Makefile
+++ b/includes/Makefile
@@ -5,8 +5,8 @@
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
-# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
-# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
+# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------
diff --git a/includes/Rts.h b/includes/Rts.h
index 122637c465..86555147ab 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -6,7 +6,7 @@
* exposes externally.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h
index 018b5813ce..29c28d8fcc 100644
--- a/includes/RtsAPI.h
+++ b/includes/RtsAPI.h
@@ -5,7 +5,7 @@
* API for invoking Haskell functions via the RTS
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* --------------------------------------------------------------------------*/
diff --git a/includes/Stg.h b/includes/Stg.h
index c451cbc5e6..09de8d4b2a 100644
--- a/includes/Stg.h
+++ b/includes/Stg.h
@@ -19,7 +19,7 @@
* "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/ghc.mk b/includes/ghc.mk
index 04cc4aae07..5342cc8c02 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -5,8 +5,8 @@
# This file is part of the GHC build system.
#
# To understand how the build system works and how to modify it, see
-# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
-# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
+# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
#
# -----------------------------------------------------------------------------
diff --git a/includes/rts/Adjustor.h b/includes/rts/Adjustor.h
index b65212d1c8..5e96a072fb 100644
--- a/includes/rts/Adjustor.h
+++ b/includes/rts/Adjustor.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/BlockSignals.h b/includes/rts/BlockSignals.h
index bc02f5fccf..166d7bb3fe 100644
--- a/includes/rts/BlockSignals.h
+++ b/includes/rts/BlockSignals.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Config.h b/includes/rts/Config.h
index c67b53039c..043bf2deb4 100644
--- a/includes/rts/Config.h
+++ b/includes/rts/Config.h
@@ -9,7 +9,7 @@
* NB: THIS FILE IS INCLUDED IN NON-C CODE AND DATA! #defines only please.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index 494abe2b22..842c37b369 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -13,7 +13,7 @@
* DerivedConstants.h by a C program (mkDerivedConstantsHdr).
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/FileLock.h b/includes/rts/FileLock.h
index e863883c51..e4c7c66fa7 100644
--- a/includes/rts/FileLock.h
+++ b/includes/rts/FileLock.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h
index 9ca7fb9f7e..bf6a7f3c5c 100644
--- a/includes/rts/Flags.h
+++ b/includes/rts/Flags.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/GetTime.h b/includes/rts/GetTime.h
index 79cef4fc7f..e5dbd9e238 100644
--- a/includes/rts/GetTime.h
+++ b/includes/rts/GetTime.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h
index d0d34ef981..00553610f5 100644
--- a/includes/rts/Globals.h
+++ b/includes/rts/Globals.h
@@ -10,7 +10,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Hooks.h b/includes/rts/Hooks.h
index f536afaa09..bf69673d70 100644
--- a/includes/rts/Hooks.h
+++ b/includes/rts/Hooks.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Hpc.h b/includes/rts/Hpc.h
index bceb81c961..40082d0196 100644
--- a/includes/rts/Hpc.h
+++ b/includes/rts/Hpc.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/IOManager.h b/includes/rts/IOManager.h
index bf93d97a80..1c331b97af 100644
--- a/includes/rts/IOManager.h
+++ b/includes/rts/IOManager.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h
index 2e88fe4015..ecbefbbcbc 100644
--- a/includes/rts/Linker.h
+++ b/includes/rts/Linker.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Messages.h b/includes/rts/Messages.h
index d3dabde3a9..85ffddaffd 100644
--- a/includes/rts/Messages.h
+++ b/includes/rts/Messages.h
@@ -10,7 +10,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/OSThreads.h b/includes/rts/OSThreads.h
index 260aac15a8..0d2404cc72 100644
--- a/includes/rts/OSThreads.h
+++ b/includes/rts/OSThreads.h
@@ -8,7 +8,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* --------------------------------------------------------------------------*/
diff --git a/includes/rts/Parallel.h b/includes/rts/Parallel.h
index f2b56469e7..2c84327729 100644
--- a/includes/rts/Parallel.h
+++ b/includes/rts/Parallel.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/PrimFloat.h b/includes/rts/PrimFloat.h
index 96a7d25df3..248ea6246f 100644
--- a/includes/rts/PrimFloat.h
+++ b/includes/rts/PrimFloat.h
@@ -5,7 +5,7 @@
* Primitive floating-point operations
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Signals.h b/includes/rts/Signals.h
index 4bdd68c06f..22cbe4ad77 100644
--- a/includes/rts/Signals.h
+++ b/includes/rts/Signals.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/SpinLock.h b/includes/rts/SpinLock.h
index 63a9395e18..b6eccced8a 100644
--- a/includes/rts/SpinLock.h
+++ b/includes/rts/SpinLock.h
@@ -15,7 +15,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/Stable.h b/includes/rts/Stable.h
index 9f785eea01..bc3b01afe1 100644
--- a/includes/rts/Stable.h
+++ b/includes/rts/Stable.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/TTY.h b/includes/rts/TTY.h
index 647d88b118..f0b4225fbf 100644
--- a/includes/rts/TTY.h
+++ b/includes/rts/TTY.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h
index 2ebc542d05..e6844a3227 100644
--- a/includes/rts/Threads.h
+++ b/includes/rts/Threads.h
@@ -8,7 +8,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Ticky.h b/includes/rts/Ticky.h
index 304baf7592..31d80953fc 100644
--- a/includes/rts/Ticky.h
+++ b/includes/rts/Ticky.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Timer.h b/includes/rts/Timer.h
index 9563f6a449..ca039537d3 100644
--- a/includes/rts/Timer.h
+++ b/includes/rts/Timer.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Types.h b/includes/rts/Types.h
index aacbfdc0b8..88d0b34906 100644
--- a/includes/rts/Types.h
+++ b/includes/rts/Types.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/Utils.h b/includes/rts/Utils.h
index 119ec5b6a0..a4a57ab332 100644
--- a/includes/rts/Utils.h
+++ b/includes/rts/Utils.h
@@ -6,7 +6,7 @@
* exposes externally.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h
index 33bfc306f4..dbd0717d4d 100644
--- a/includes/rts/prof/CCS.h
+++ b/includes/rts/prof/CCS.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/prof/LDV.h b/includes/rts/prof/LDV.h
index 64266911bd..2df18efcc4 100644
--- a/includes/rts/prof/LDV.h
+++ b/includes/rts/prof/LDV.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/rts/storage/MBlock.h b/includes/rts/storage/MBlock.h
index 7a5eb22cc9..1b02b3cc65 100644
--- a/includes/rts/storage/MBlock.h
+++ b/includes/rts/storage/MBlock.h
@@ -5,7 +5,7 @@
* MegaBlock Allocator interface.
*
* See wiki commentary at
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced
*
* ---------------------------------------------------------------------------*/
@@ -36,7 +36,7 @@ extern SpinLock gc_alloc_block_sync;
It needs to be FAST.
See wiki commentary at
- http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced
+ http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced
Implementation of HEAP_ALLOCED
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/includes/stg/DLL.h b/includes/stg/DLL.h
index d23002afd8..8ab5d8c3d4 100644
--- a/includes/stg/DLL.h
+++ b/includes/stg/DLL.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/stg/HaskellMachRegs.h b/includes/stg/HaskellMachRegs.h
index ea9a26d3ef..94b1612e7b 100644
--- a/includes/stg/HaskellMachRegs.h
+++ b/includes/stg/HaskellMachRegs.h
@@ -8,7 +8,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/stg/MachRegs.h b/includes/stg/MachRegs.h
index 81e48cc9b4..587f947a6e 100644
--- a/includes/stg/MachRegs.h
+++ b/includes/stg/MachRegs.h
@@ -8,7 +8,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index b818aa4af4..d36c70d114 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -13,7 +13,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* --------------------------------------------------------------------------*/
diff --git a/includes/stg/Regs.h b/includes/stg/Regs.h
index 1abf9da439..c5482128c1 100644
--- a/includes/stg/Regs.h
+++ b/includes/stg/Regs.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/stg/RtsMachRegs.h b/includes/stg/RtsMachRegs.h
index 5332c6d864..130221359d 100644
--- a/includes/stg/RtsMachRegs.h
+++ b/includes/stg/RtsMachRegs.h
@@ -8,7 +8,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* ---------------------------------------------------------------------------*/
diff --git a/includes/stg/SMP.h b/includes/stg/SMP.h
index 471e8f9f51..01663dd86e 100644
--- a/includes/stg/SMP.h
+++ b/includes/stg/SMP.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h
index 6f92a7f864..08517c5f3c 100644
--- a/includes/stg/Ticky.h
+++ b/includes/stg/Ticky.h
@@ -7,7 +7,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* -------------------------------------------------------------------------- */
diff --git a/includes/stg/Types.h b/includes/stg/Types.h
index 6138a8f8a2..bdd3860929 100644
--- a/includes/stg/Types.h
+++ b/includes/stg/Types.h
@@ -8,7 +8,7 @@
* Do not #include this file directly: #include "Rts.h" instead.
*
* To understand the structure of the RTS headers, see the wiki:
- * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
*
* NOTE: assumes #include "ghcconfig.h"
*