Update the users guide to point at the in-tree core.ps.gz
authorIan Lynagh <igloo@earth.li>
Sat, 6 Sep 2008 14:02:43 +0000 (14:02 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 6 Sep 2008 14:02:43 +0000 (14:02 +0000)
It used to point to a file on haskell.org, which didn't necessarily
describe the right version of core.

docs/users_guide/using.xml

index e26cbdd..b2ac501 100644 (file)
@@ -1906,7 +1906,7 @@ statements or clauses.
 
   <para>GHC can dump its optimized intermediate code (said to be in &ldquo;Core&rdquo; format) 
   to a file as a side-effect of compilation. Non-GHC back-end tools can read and process Core files; these files have the suffix
-  <filename>.hcr</filename>. The Core format is described in <ulink url="http://www.haskell.org/ghc/docs/papers/core.ps.gz">
+  <filename>.hcr</filename>. The Core format is described in <ulink url="../ext-core/core.ps.gz">
   <citetitle>An External Representation for the GHC Core Language</citetitle></ulink>, 
   and sample tools
   for manipulating Core files (in Haskell) are in the GHC source distribution