diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 2.3.1.2
+---------------
+
+Docs: link to an introductory blog post
+
 Version 2.3.1.1
 ---------------
 
diff --git a/Test/Tasty/Golden.hs b/Test/Tasty/Golden.hs
--- a/Test/Tasty/Golden.hs
+++ b/Test/Tasty/Golden.hs
@@ -1,4 +1,7 @@
 {- |
+To get started with golden testing and this library, see
+<https://ro-che.info/articles/2017-12-04-golden-tests Introduction to golden testing>.
+
 This module provides a simplified interface. If you want more, see
 "Test.Tasty.Golden.Advanced".
 
diff --git a/tasty-golden.cabal b/tasty-golden.cabal
--- a/tasty-golden.cabal
+++ b/tasty-golden.cabal
@@ -1,5 +1,5 @@
 name:                tasty-golden
-version:             2.3.1.1
+version:             2.3.1.2
 synopsis:            Golden tests support for tasty
 description:
   This package provides support for «golden testing».
@@ -7,6 +7,9 @@
   A golden test is an IO action that writes its result to a file.
   To pass the test, this output file should be identical to the corresponding
   «golden» file, which contains the correct result for the test.
+
+  To get started with golden testing and this library, see
+  <https://ro-che.info/articles/2017-12-04-golden-tests Introduction to golden testing>.
 
 license:             MIT
 license-file:        LICENSE
