diff options
author | Greg Steuck <greg@nest.cx> | 2021-01-01 21:18:06 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-09 21:23:27 -0500 |
commit | a9ef2399a8bd2db54d4c4a7db5507667a8928993 (patch) | |
tree | c2c566d22777e710fcd372d96b779d64d5be3936 /docs | |
parent | 73b5cc018f59ca6ea37550215699fa26c75a16c1 (diff) | |
download | haskell-a9ef2399a8bd2db54d4c4a7db5507667a8928993.tar.gz |
intro.rst: remove duplication of release references and fix a link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/intro.rst | 7 |
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 |