summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-10-23 14:24:24 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-10-24 11:15:14 +0100
commit1990c63ba5f4b701ed360d86dcdfe9c2b7da172b (patch)
tree8f8acb517d516870fa9699ce2671ded44ae2e08d /docs/users_guide
parentb73800c306bd7a73b1090fb766d1860e6ab0623f (diff)
downloadhaskell-1990c63ba5f4b701ed360d86dcdfe9c2b7da172b.tar.gz
Add doc link
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/ffi-chap.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index 32f714851f..4d91947c72 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -75,7 +75,8 @@ OK:
This is used to import functions written in Cmm code that follow an
internal GHC calling convention. This feature is not intended for
use outside of the core libraries that come with GHC. For more
- details see the GHC developer wiki.
+ details see the <ulink linkend="http://ghc.haskell.org/trac/ghc/wiki/Commentary/PrimOps">
+ GHC developer wiki</ulink>.
</para>
</sect2>