summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Steuck <greg@nest.cx>2021-01-01 21:18:06 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-09 21:23:27 -0500
commita9ef2399a8bd2db54d4c4a7db5507667a8928993 (patch)
treec2c566d22777e710fcd372d96b779d64d5be3936
parent73b5cc018f59ca6ea37550215699fa26c75a16c1 (diff)
downloadhaskell-a9ef2399a8bd2db54d4c4a7db5507667a8928993.tar.gz
intro.rst: remove duplication of release references and fix a link
-rw-r--r--docs/users_guide/intro.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/users_guide/intro.rst b/docs/users_guide/intro.rst
index 6613ebbc99..6c82851610 100644
--- a/docs/users_guide/intro.rst
+++ b/docs/users_guide/intro.rst
@@ -136,7 +136,7 @@ numbering GHC versions:
We may make snapshot releases of the current stable branch
`available for
- download <http://www.haskell.org/ghc/dist/stable/dist/>`__, and the
+ download <http://www.haskell.org/ghc/dist/latest/>`__, and the
latest sources are available from
:ghc-wiki:`the git repositories <repositories>`.
@@ -146,11 +146,6 @@ numbering GHC versions:
branch. For example, ``6.8.1.20040225`` would be a snapshot of the
``6.8`` branch during the development of ``6.8.2``.
- We may make snapshot releases of the HEAD `available for
- download <http://www.haskell.org/ghc/dist/current/dist/>`__, and the
- latest sources are available from
- :ghc-wiki:`the git repositories <repositories>`.
-
Unstable snapshot releases are named ``x.y.YYYYMMDD``. where
``YYYYMMDD`` is the date of the sources from which the snapshot was
built. For example, ``6.7.20040225`` would be a snapshot of the HEAD