diff options
author | Takenobu Tani <takenobu.hs@gmail.com> | 2017-01-30 11:59:42 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-01-30 14:02:34 -0500 |
commit | 9af1fb28dd60a6952117c23281ccee9cedaaba85 (patch) | |
tree | 8a610ed1835d3ca9a576d220921fb24f4ef61707 /MAKEHELP.md | |
parent | f984bf2e1deedb4931c0c2d5b6b5128b8b154cb5 (diff) | |
download | haskell-9af1fb28dd60a6952117c23281ccee9cedaaba85.tar.gz |
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
Diffstat (limited to 'MAKEHELP.md')
-rw-r--r-- | MAKEHELP.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAKEHELP.md b/MAKEHELP.md index 8537cf9607..233298478e 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: |