aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFangyi Zhou <fangyi.zhou15@imperial.ac.uk>2018-11-12 10:21:22 -0800
committerAlec Theriault <alec.theriault@gmail.com>2018-11-12 10:24:13 -0800
commit88c17946c9dfba6736e56660f566d21bebefa7c9 (patch)
treeeda7c032cb76d2aae1d2e53a6aa6d2ffd560060e /doc
parent959033d592b41235896402a64703650df77c34bd (diff)
Fix some broken links (#15733)
Summary: For links in subpackages as well. https://phabricator.haskell.org/D5257 Test Plan: Manually verify links Reviewers: mpickering, bgamari, osa1 Reviewed By: osa1 GHC Trac Issues: #15733 Differential Revision: https://phabricator.haskell.org/D5262
Diffstat (limited to 'doc')
-rw-r--r--doc/ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ghc.mk b/doc/ghc.mk
index afa3f078..6f800c57 100644
--- a/doc/ghc.mk
+++ b/doc/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
#
# -----------------------------------------------------------------------------