summaryrefslogtreecommitdiff
path: root/hadrian/README.md
diff options
context:
space:
mode:
authorAndrey Mokhov <andrey.mokhov@gmail.com>2019-01-27 22:34:30 +0000
committerBen Gamari <ben@smart-cactus.org>2019-01-31 12:46:51 -0500
commit780bcdaf66db9d7103ded03773609074ad92df54 (patch)
tree20c5c38482d70faab53549dde16ae2f897e8375c /hadrian/README.md
parent86734329c4e0bdf5a8c0e92930de21d8d777758d (diff)
downloadhaskell-780bcdaf66db9d7103ded03773609074ad92df54.tar.gz
Hadrian: Update instructions for building on Windows
The `hadrian/doc/windows.md` file has falled out of date. In particular it still points to the old GitHub repository, and uses incorrect path to GHC. This patch fixes it.
Diffstat (limited to 'hadrian/README.md')
-rw-r--r--hadrian/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/README.md b/hadrian/README.md
index a3b8a1b2c2..7b6646d655 100644
--- a/hadrian/README.md
+++ b/hadrian/README.md
@@ -262,7 +262,7 @@ projects), as well as Well-Typed.
[issues]: https://github.com/snowleopard/hadrian/issues
[ghc-preparation]: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation
[ghc-windows-quick-build]: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows#AQuickBuild
-[windows-build]: https://github.com/snowleopard/hadrian/blob/master/doc/windows.md
+[windows-build]: https://gitlab.haskell.org/ghc/ghc/blob/master/hadrian/doc/windows.md
[ghc-split-objs-bug]: https://ghc.haskell.org/trac/ghc/ticket/11315
[test-issue]: https://github.com/snowleopard/hadrian/issues/197
[validation-issue]: https://github.com/snowleopard/hadrian/issues/187