summaryrefslogtreecommitdiff
path: root/docs/users_guide/win32-dlls.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/win32-dlls.xml')
-rw-r--r--docs/users_guide/win32-dlls.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/win32-dlls.xml b/docs/users_guide/win32-dlls.xml
index 2e2cb46298..f9a399c44c 100644
--- a/docs/users_guide/win32-dlls.xml
+++ b/docs/users_guide/win32-dlls.xml
@@ -486,7 +486,7 @@ ghc -shared -o Adder.dll Adder.o Adder_stub.o StartEnd.o
severe restrictions on which actions can be performed during
<literal>DllMain</literal>, and <literal>hs_init</literal> violates these
restrictions, which can lead to your dll freezing during startup (see
- <ulink url="http://hackage.haskell.org/trac/ghc/ticket/3605">bug
+ <ulink url="http://ghc.haskell.org/trac/ghc/ticket/3605">bug
#3605</ulink>).
</para>