From c0c6cd4fb32e057a8fdfcc1aa1bdad8cd3dca1a2 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Mon, 11 Oct 2021 21:11:29 +0200
Subject: [PATCH] Fix some https links

---
 docs/dev.md     | 2 +-
 docs/guide.md   | 2 +-
 docs/install.md | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/dev.md b/docs/dev.md
index 2f3e2408..79f23180 100644
--- a/docs/dev.md
+++ b/docs/dev.md
@@ -76,7 +76,7 @@ Some light suggestions:
 
 ### Adding a new CLI command
 
-An example illustration on how to deal with [optparse-applicative](https://hackage.haskell.org/package/optparse-applicative) can be seen here: https://gitlab.haskell.org/haskell/ghcup-hs/-/commit/c19dd5ee8b2edbaf0336af143f1c75b6f4843e26
+An example illustration on how to deal with [optparse-applicative](https://hackage.haskell.org/package/optparse-applicative) can be seen here: [https://gitlab.haskell.org/haskell/ghcup-hs/-/commit/c19dd5ee8b2edbaf0336af143f1c75b6f4843e26](https://gitlab.haskell.org/haskell/ghcup-hs/-/commit/c19dd5ee8b2edbaf0336af143f1c75b6f4843e26)
 
 ## Major refactors
 
diff --git a/docs/guide.md b/docs/guide.md
index 98e07d27..7bef29c6 100644
--- a/docs/guide.md
+++ b/docs/guide.md
@@ -199,7 +199,7 @@ For the full list of env variables and parameters to tweak the script behavior,
 
 ### Example github workflow
 
-On github workflows you can use https://github.com/haskell/actions/
+On github workflows you can use [https://github.com/haskell/actions/](https://github.com/haskell/actions/)
 
 If you want to install ghcup manually though, here's an example config:
 
diff --git a/docs/install.md b/docs/install.md
index d5bb2991..50f86fcb 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -61,8 +61,8 @@ This list may not be exhaustive and specifies support for bindists only.
 
 May or may not work, several issues:
 
-* https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/140
-* https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/197
+* [https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/140](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/140)
+* [https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/197](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/197)
 
 ### WSL1
 
-- 
GitLab