diff --git a/grid.cabal b/grid.cabal
--- a/grid.cabal
+++ b/grid.cabal
@@ -1,11 +1,14 @@
 name:           grid
-version:        3.0
+version:        3.0.1
 synopsis:       Tools for working with regular grids (graphs, lattices).
 description:    Provides tools for working with regular arrangements
                 of tiles, such as might be used in a board game or some
                 other type of grid map. Currently supports triangular,
                 square, and hexagonal tiles, with various 2D and 
                 toroidal layouts.
+                The userguide is available at 
+                <https://github.com/mhwombat/grid/wiki>.
+
                 NOTE: Version 3.0 changed the order of parameters
                 for many functions. This makes it easier for the user
                 to write mapping and folding operations.
diff --git a/src/Math/Geometry/Grid.hs b/src/Math/Geometry/Grid.hs
--- a/src/Math/Geometry/Grid.hs
+++ b/src/Math/Geometry/Grid.hs
@@ -9,6 +9,8 @@
 --
 -- A regular arrangement of tiles. Grids have a variety of uses,
 -- including games and self-organising maps.
+-- The userguide is available at 
+-- <https://github.com/mhwombat/grid/wiki>.
 --
 -- NOTE: Version 3.0 changed the order of parameters for many functions.
 -- This makes it easier for the user to write mapping and folding
