diff --git a/HLearn-distributions.cabal b/HLearn-distributions.cabal
--- a/HLearn-distributions.cabal
+++ b/HLearn-distributions.cabal
@@ -1,5 +1,5 @@
 Name:                HLearn-distributions
-Version:             0.0.1
+Version:             0.0.1.1
 Synopsis:            Distributions for use with the HLearn library
 Description:         This module is used to estimate statistical distributions from data.  The focus is a clean interface inspired by algebra.
 Category:            Data Mining, Machine Learning, Statistics
diff --git a/src/HLearn/Models/Distributions/Gaussian.lhs b/src/HLearn/Models/Distributions/Gaussian.lhs
--- a/src/HLearn/Models/Distributions/Gaussian.lhs
+++ b/src/HLearn/Models/Distributions/Gaussian.lhs
@@ -81,7 +81,7 @@
 {-# LANGUAGE TemplateHaskell #-}
 {-# LANGUAGE TypeFamilies #-}
 
--- | The Gaussian distribution is an instance of 'HomTrainer.'  For technical details, view the extended documentation <todo>.
+-- | The Gaussian distribution is an instance of 'HomTrainer.'  For examples of how to use this type, and the math behind it, see: <http://izbicki.me/blog/gausian-distributions-are-monoids>.
 
 module HLearn.Models.Distributions.Gaussian
     ( Gaussian (..)
