diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # Revision history for simple-expr
 
+## [0.2.0.2] -- 2025-11-23
+* **Documentation fixes**
+
 ## [0.2.0.1] -- 2025-11-23
 * **Documentation fixes**
 
diff --git a/simple-expr.cabal b/simple-expr.cabal
--- a/simple-expr.cabal
+++ b/simple-expr.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           simple-expr
-version:        0.2.0.1
+version:        0.2.0.2
 synopsis:       Minimalistic toolkit for simple mathematical expression.
 description:    This is a minimalistic toolkit for simple mathematical expression developed for debug purposes similar to [simple-reflect](https://hackage.haskell.org/package/simple-reflect) package but based on slightly different principles. In particular, we use ordinary syntactic trees instead of turning them into strings. 
                 .
@@ -20,7 +20,7 @@
                 .
                  ![image description](https://raw.githubusercontent.com/alexeytochin/deep-ml/refs/heads/main/simple-expr/doc/images/imaginary_expr_sum.png) 
                 .
-                 See [tutorial](https://hackage-content.haskell.org/package/simple-expr-0.2.0.1/docs/Debug-SimpleExpr-Tutorial.html) for details.
+                 See [tutorial](https://hackage-content.haskell.org/package/simple-expr/docs/Debug-SimpleExpr-Tutorial.html) for details.
 category:       Mathematics
 author:         Alexey Tochin
 maintainer:     Alexey.Tochin@gmail.com
diff --git a/src/Debug/SimpleExpr/Tutorial.hs b/src/Debug/SimpleExpr/Tutorial.hs
--- a/src/Debug/SimpleExpr/Tutorial.hs
+++ b/src/Debug/SimpleExpr/Tutorial.hs
@@ -133,4 +133,4 @@
 --   expr = exp (i * k * x) + exp (-(i * k * x))
 -- :}
 --
--- ![image description](main_page_images/imaginary_expr_sum.png)
+-- ![image description](doc/images/imaginary_expr_sum.png)
