summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-05-30 09:31:34 -0700
committerAustin Seipp <austin@well-typed.com>2014-08-19 05:48:07 -0500
commite3c3586d717e6f1eb0e80f25b29a16de6c0f6d5c (patch)
tree83c78027457c75136e663da7fa0346e230f34a7a
parent4333a91eee6d14a974632101d1bc41ee7573ddf7 (diff)
downloadhaskell-e3c3586d717e6f1eb0e80f25b29a16de6c0f6d5c.tar.gz
Use absolute links to Cabal docs from the GHC users guide (#9154)
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--docs/users_guide/packages.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml
index ee29cb1c2f..7a4734d224 100644
--- a/docs/users_guide/packages.xml
+++ b/docs/users_guide/packages.xml
@@ -23,7 +23,7 @@ Packages
automates the process of configuring, building, installing and distributing
a package. All you need to do is write a simple configuration file, put a
few files in the right places, and you have a package. See the
- <ulink url="../Cabal/index.html">Cabal documentation</ulink>
+ <ulink url="http://www.haskell.org/cabal/users-guide/">Cabal documentation</ulink>
for details, and also the Cabal libraries (<ulink url="&libraryCabalLocation;/Distribution-Simple.html">Distribution.Simple</ulink>,
for example).</para>
@@ -1126,7 +1126,7 @@ ghc-pkg dot | tred | dot -Tpdf >pkgs.pdf
<secondary>building</secondary></indexterm>
<para>We don't recommend building packages the hard way. Instead, use the
- <ulink url="../Cabal/index.html">Cabal</ulink> infrastructure
+ <ulink url="http://www.haskell.org/cabal/users-guide/">Cabal</ulink> infrastructure
if possible. If your package is particularly complicated or requires a
lot of configuration, then you might have to fall back to the low-level
mechanisms, so a few hints for those brave souls follow.</para>