[commit: ghc] master: Fix links to building guides in MAKEHELP.md (9af1fb2)
git at git.haskell.org
git at git.haskell.org
Mon Jan 30 19:03:12 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9af1fb28dd60a6952117c23281ccee9cedaaba85/ghc
>---------------------------------------------------------------
commit 9af1fb28dd60a6952117c23281ccee9cedaaba85
Author: Takenobu Tani <takenobu.hs at gmail.com>
Date: Mon Jan 30 11:59:42 2017 -0500
Fix links to building guides in MAKEHELP.md
MAKEHELP.md has an old link to 'Building/Hacking'. I updated it to
suitable links for new contributors.
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3039
>---------------------------------------------------------------
9af1fb28dd60a6952117c23281ccee9cedaaba85
MAKEHELP.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/MAKEHELP.md b/MAKEHELP.md
index 8537cf9..2332984 100644
--- a/MAKEHELP.md
+++ b/MAKEHELP.md
@@ -3,7 +3,9 @@ Quick `make` guide for GHC
For a "Getting Started" guide, see:
- http://ghc.haskell.org/trac/ghc/wiki/Building/Hacking
+ https://ghc.haskell.org/trac/ghc/wiki/Building/QuickStart
+ https://ghc.haskell.org/trac/ghc/wiki/Building/Using
+ https://ghc.haskell.org/trac/ghc/wiki/Building/StandardTargets
Common commands:
More information about the ghc-commits
mailing list