diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-10-15 10:59:00 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-16 16:01:06 -0400 |
commit | 42ebc3f67c8def0f941792b51bd27270ec8e8d88 (patch) | |
tree | 15745b11067d935c9be9984725a6f3bcd3a898c8 | |
parent | deb96399444ee69f7b7a2c9af1e4242e6c114916 (diff) | |
download | haskell-42ebc3f67c8def0f941792b51bd27270ec8e8d88.tar.gz |
Add hyperlinks to PDF/HTML documentation; closes #17342
-rw-r--r-- | docs/users_guide/ghc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghc.rst b/docs/users_guide/ghc.rst index 7e20069396..dbbd17da68 100644 --- a/docs/users_guide/ghc.rst +++ b/docs/users_guide/ghc.rst @@ -17,7 +17,7 @@ Description This manual page documents briefly the ``ghc`` and ``ghci`` commands. Note that ``ghci`` is not yet available on all architectures. Extensive documentation is -available in various other formats including PDF and HTML; see below. +available in various other formats including `PDF <https://downloads.haskell.org/ghc/latest/docs/users_guide.pdf>`_ and `HTML <https://downloads.haskell.org/ghc/latest/docs/html/>`_. Each of GHC's command line options is classified as either *static* or *dynamic*. A static flag may only be specified on the command line, whereas a |