diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -119,3 +119,7 @@
 * Eleventh version revised A. Improved the metadata and documentation so that the 
 changes in the previous version are clear.
 
+## 0.11.0.2 -- 2023-03-15
+
+* Eleventh version revised B. Fixed issue with incorrect documentation link to other package.
+ 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 Since the version 0.11.0.0 the modules Phladiprelio.Rhythmicity.Simple
 and Phladiprelio.Rhythmicity.Factor moved to the other package 
-[phladiprelio-ukrainian-shared](https://hackage.haskell.org/package/phladiprelio-ukrainian-shared)
+[phladiprelio-rhythmicity-shared](https://hackage.haskell.org/package/phladiprelio-rhythmicity-shared)
 so that it can be shared between different implementations of 
 PhLADiPreLiO.
 
diff --git a/phonetic-languages-rhythmicity.cabal b/phonetic-languages-rhythmicity.cabal
--- a/phonetic-languages-rhythmicity.cabal
+++ b/phonetic-languages-rhythmicity.cabal
@@ -2,9 +2,9 @@
 -- For further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-rhythmicity
-version:             0.11.0.1
+version:             0.11.0.2
 synopsis:            Allows to estimate the rhythmicity properties for the text
-description:         Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the  0.11.0.0 version part of the functionality moved to the other package [phladiprelio-ukrainian-shared](https://hackage.haskell.org/package/phladiprelio-ukrainian-shared) to reduce code duplication .
+description:         Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry. Since the  0.11.0.0 version part of the functionality moved to the other package [phladiprelio-rhythmicity-shared](https://hackage.haskell.org/package/phladiprelio-rhythmicity-shared) to reduce code duplication .
 
 homepage:            https://hackage.haskell.org/package/phonetic-languages-rhythmicity
 license:             MIT
