diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,5 @@
 # Changelog for Flint2
 
+- Added link to examples.
+
 ## Unreleased changes
diff --git a/Flint2.cabal b/Flint2.cabal
--- a/Flint2.cabal
+++ b/Flint2.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.18
 
--- This file has been generated from package.yaml by hpack version 0.35.1.
+-- This file has been generated from package.yaml by hpack version 0.35.2.
 --
 -- see: https://github.com/sol/hpack
 
 name:           Flint2
-version:        0.1.0.4
+version:        0.1.0.5
 synopsis:       Haskell bindings for the flint library for number theory
 description:    This library provides access to the functionality of the FLINT.
                 FLINT is a C library for doing number theory, freely available under the GNU LGPL.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -34,4 +34,4 @@
 [(3,1),(5,1),(17,1),(257,1),(641,1),(65537,1),(274177,1),(6700417,1),(67280421310721,1),(59649589127497217,1),(5704689200685129054721,1)]
 ```
 
-examples can be found soon in **FLINT2-Examples**.
+examples can be found soon in [Flint2-Examples](https://hackage.haskell.org/package/Flint2-Examples)
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
 name:                Flint2
-version:             0.1.0.4
+version:             0.1.0.5
 github:              "monien/Flint2"
 license:             GPL-2
 author:              "Hartmut Monien"
