diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
 Changelog for the `reactive-banana` package
 -------------------------------------------
 
+**version 0.8.1.1**
+
+* Links to the Haskell wiki now point to the `http://wiki.haskell.org` subdomain.
+
 **version 0.8.1.0**
 
 * Module `Reactive.Banana.Switch` now adheres to the "Functor Applicative Monad Proposal" proposal][amp-proposal].
diff --git a/doc/examples/Octave.hs b/doc/examples/Octave.hs
--- a/doc/examples/Octave.hs
+++ b/doc/examples/Octave.hs
@@ -3,7 +3,7 @@
     
     Example: "The world's worst synthesizer"
     from the unofficial tutorial.
-    <http://www.haskell.org/haskellwiki/FRP_explanation_using_reactive-banana>
+    <http://wiki.haskell.org/FRP_explanation_using_reactive-banana>
 ------------------------------------------------------------------------------}
 module Main where
 
diff --git a/reactive-banana.cabal b/reactive-banana.cabal
--- a/reactive-banana.cabal
+++ b/reactive-banana.cabal
@@ -1,12 +1,12 @@
 Name:                reactive-banana
-Version:             0.8.1.0
+Version:             0.8.1.1
 Synopsis:            Library for functional reactive programming (FRP).
 Description:
     Reactive-banana is a library for Functional Reactive Programming (FRP).
     .
     FRP offers an elegant and concise way to express interactive programs such as graphical user interfaces, animations, computer music or robot controllers. It promises to avoid the spaghetti code that is all too common in traditional approaches to GUI programming.
     .
-    See the project homepage <http://haskell.org/haskellwiki/Reactive-banana>
+    See the project homepage <http://wiki.haskell.org/Reactive-banana>
     for more detailed documentation and examples.
     .
     /Stability forecast:/
@@ -22,7 +22,7 @@
     Moreover, there is currently /no/ garbage collection for events that are
     created dynamically with @Reactive.Banana.Switch@.
 
-Homepage:            http://haskell.org/haskellwiki/Reactive-banana
+Homepage:            http://wiki.haskell.org/Reactive-banana
 License:             BSD3
 License-file:        LICENSE
 Author:              Heinrich Apfelmus
