diff --git a/array.cabal b/array.cabal
index 81026c5e6afb043cca33dc368b14272186e82de3..b4594295a02078d43d66afadce88f660f170f640 100644
--- a/array.cabal
+++ b/array.cabal
@@ -6,7 +6,7 @@ version:       0.5.8.0
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
-bug-reports:   https://gitlab.haskell.org/ghc/packages/array/issues
+bug-reports:   https://github.com/haskell/array/issues
 synopsis:      Mutable and immutable arrays
 category:      Data Structures
 build-type:    Simple
@@ -21,7 +21,7 @@ extra-source-files: changelog.md
 
 source-repository head
   type:     git
-  location: http://gitlab.haskell.org/ghc/packages/array.git
+  location: https://github.com/haskell/array.git
 
 library
   default-language: Haskell2010