From df2115aa8db43e077966b1fcac4cc3dc442f5a56 Mon Sep 17 00:00:00 2001
From: Mikolaj Konarski <mikolaj.konarski@gmail.com>
Date: Wed, 25 May 2022 13:49:02 +0200
Subject: [PATCH] Fix/remove a couple of broken links on Hackage

---
 Cabal/ChangeLog.md      | 4 ++--
 cabal-install/README.md | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Cabal/ChangeLog.md b/Cabal/ChangeLog.md
index a77861d5bd..34a109b17e 100644
--- a/Cabal/ChangeLog.md
+++ b/Cabal/ChangeLog.md
@@ -1,5 +1,5 @@
-# 3.8.0.20220526 a pre-release [Mikolaj Konarski](mikolaj@well-typed.com) May 2022
-	* See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.8.0.20220526.md
+# 3.8.0.20220526 a pre-release; [Mikolaj Konarski](mikolaj@well-typed.com) May 2022
+  * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.8.0.20220526.md
 
 # 3.6.3.0 March 2022
   * See https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.6.3.0.md
diff --git a/cabal-install/README.md b/cabal-install/README.md
index 76364e6868..032fe84d24 100644
--- a/cabal-install/README.md
+++ b/cabal-install/README.md
@@ -4,10 +4,9 @@ The cabal-install package
 See the [Cabal web site] for more information.
 
 The `cabal-install` package provides a command line tool named `cabal`.
-It uses the [Cabal] library and provides a user interface to the
-Cabal/[Hackage] build automation and package management system. It can
+It uses the Cabal library and provides a user interface to the
+Cabal/Hackage build automation and package management system. It can
 build and install both local and remote packages, including
 dependencies.
 
 [Cabal web site]: http://www.haskell.org/cabal/
-[Cabal]: ../Cabal/README.md
-- 
GitLab