diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-11 22:07:35 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-11 22:07:35 +0000 |
commit | 402df0cb89678435108a7eb6aa3c80b05dee63b0 (patch) | |
tree | f7bfed67beeb3c9313a337b9c3904d59374003a5 /driver | |
parent | 02ad6e66c67e486c84678f2fc8cc73396b755722 (diff) | |
download | haskell-402df0cb89678435108a7eb6aa3c80b05dee63b0.tar.gz |
Update the URL in the usage info to point to the current docs location
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghc-usage.txt | 2 | ||||
-rw-r--r-- | driver/ghci-usage.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt index e95d5846b9..b45199bdc1 100644 --- a/driver/ghc-usage.txt +++ b/driver/ghc-usage.txt @@ -75,6 +75,6 @@ Given the above, here are some TYPICAL invocations of $$: The User's Guide has more information about GHC's *many* options. An online copy can be found here: - http://www.haskell.org/ghc/documentation.html + http://haskell.org/haskellwiki/GHC ------------------------------------------------------------------------ diff --git a/driver/ghci-usage.txt b/driver/ghci-usage.txt index 4a633fc3e1..ffcd2ddc5a 100644 --- a/driver/ghci-usage.txt +++ b/driver/ghci-usage.txt @@ -23,4 +23,4 @@ GHC does. Some of the options that are commonly used are: Full details can be found in the User's Guide, an online copy of which can be found here: - http://www.haskell.org/ghc/documentation.html + http://haskell.org/haskellwiki/GHC |