From 651722b9358ac412e4b1a9cf4ebd03876f288987 Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Fri, 25 Feb 2022 16:06:05 +0100 Subject: [PATCH] Fix all rtd links to stable --- docs/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index aae0e561..0f0c41f7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -51,9 +51,9 @@ On windows, double-click on the `Uninstall Haskell.ps1` PowerShell script on you GHCup supports the following tools, which are also known as the **Haskell Toolchain**: 1. [GHC](https://www.haskell.org/ghc/) -2. [cabal-install](https://cabal.readthedocs.io/en/latest/) -3. [haskell-language-server](https://haskell-language-server.readthedocs.io/en/latest/) -4. [stack](https://docs.haskellstack.org/en/latest/README/) +2. [cabal-install](https://cabal.readthedocs.io/en/stable/) +3. [haskell-language-server](https://haskell-language-server.readthedocs.io/en/stable/) +4. [stack](https://docs.haskellstack.org/en/stable/README/) ## Supported platforms -- GitLab