diff options
author | Andrey Mokhov <andrey.mokhov@gmail.com> | 2019-01-27 22:42:23 +0000 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-31 12:46:51 -0500 |
commit | 21462a3a4edede710582b8038695667d2b9d0159 (patch) | |
tree | 0d8a7775132353b4f3d98e3a18f2b41b91d137f8 /hadrian | |
parent | 780bcdaf66db9d7103ded03773609074ad92df54 (diff) | |
download | haskell-21462a3a4edede710582b8038695667d2b9d0159.tar.gz |
Hadrian: Fix outdated link.
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/doc/windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/doc/windows.md b/hadrian/doc/windows.md index aa59bc52fb..bf7707c6a1 100644 --- a/hadrian/doc/windows.md +++ b/hadrian/doc/windows.md @@ -2,7 +2,7 @@ Here is how you can build GHC, from source, on Windows with minimal requirements.
We only assume that `git` and `stack` are installed (see
-[prerequisites](https://github.com/snowleopard/hadrian/blob/master/doc/windows.md#prerequisites)).
+[prerequisites](https://gitlab.haskell.org/ghc/ghc/blob/master/hadrian/doc/windows.md#prerequisites)).
```
# Get GHC sources; git core.autocrlf should be set to false (see Prerequisites section)
|