[commit: nofib] master: Fix some broken links (#15733) (44fc21a)
git at git.haskell.org
git at git.haskell.org
Sat Dec 22 11:05:35 UTC 2018
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/44fc21a315d0da2377aa8fae93c48ba0b961dd9a/nofib
>---------------------------------------------------------------
commit 44fc21a315d0da2377aa8fae93c48ba0b961dd9a
Author: Fangyi Zhou <fangyi.zhou15 at imperial.ac.uk>
Date: Sat Dec 22 12:00:41 2018 +0100
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, O26 nofib, osa1
Reviewed By: osa1
GHC Trac Issues: #15733
Differential Revision: https://phabricator.haskell.org/D5260
>---------------------------------------------------------------
44fc21a315d0da2377aa8fae93c48ba0b961dd9a
parallel/gray/Makefile | 4 ++--
parallel/warshall/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/parallel/gray/Makefile b/parallel/gray/Makefile
index 6321edf..fc10ed5 100644
--- a/parallel/gray/Makefile
+++ b/parallel/gray/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/parallel/warshall/Makefile b/parallel/warshall/Makefile
index 2048760..e389643 100644
--- a/parallel/warshall/Makefile
+++ b/parallel/warshall/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
#
# -----------------------------------------------------------------------------
More information about the ghc-commits
mailing list