diff --git a/README.md b/README.md
index b7ce05a741950e4368dd827b03c2a23eef04b8c3..e8b511d87184071a753540901df61ed295d35439 100644
--- a/README.md
+++ b/README.md
@@ -137,9 +137,9 @@ $ nix build -f ./. --arg ghc "(import ghc-from-source.nix {ghc-path=$GHC_TREE;})
 ```
 ### GitLab CI
 
-[GHC's GitLab instance](https://gitlab.haskell.org/ghc/head.hackage) uses
-GitLab CI and the `head-hackage-ci` tool (contained in the `ci/` directory)
-to test the `head.hackage` patchset against GHC releases and snapshots.
+GHC's GitLab instance uses GitLab CI and the `head-hackage-ci` tool (contained
+in the `ci/` directory) to test the `head.hackage` patchset against GHC releases
+and snapshots.
 
 To run a similar build locally start by downloading and installing a binary
 distribution appropriate for your distribution and then call the `run-ci` script: