diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -72,3 +72,7 @@
 
 * Seventh version revised A. Some code improvements related to inlining. Switched to intermediate-structures instead of mmsyn5 as a dependency. Added README.md, devotion and Github repository with bug-tracker.
 
+## 0.7.1.1 -- 2024-02-22
+
+* Seventh version revised B. Fixed issue with documentation link.
+
diff --git a/Phladiprelio/Ukrainian/Melodics.hs b/Phladiprelio/Ukrainian/Melodics.hs
--- a/Phladiprelio/Ukrainian/Melodics.hs
+++ b/Phladiprelio/Ukrainian/Melodics.hs
@@ -63,7 +63,7 @@
 
 {-| The function that uses the following correspondence between the previous data type UZPP2 and the 'Sound8'.
 See for more implementation information:
-https://oleksandr-zhabenko.github.io/uk/rhythmicity/PhLADiPreLiO.Eng.21.html#ability-to-use-your-own-durations-of-representations-of-sounds-or-phonetic-phenomena
+<https://oleksandr-zhabenko.github.io/uk/rhythmicity/PhLADiPreLiO.Eng.21.html#ability-to-use-your-own-durations-of-representations-of-sounds-or-phonetic-phenomena>
 
 Starting from the version 0.6.0.0:
 
diff --git a/ukrainian-phonetics-basic-array.cabal b/ukrainian-phonetics-basic-array.cabal
--- a/ukrainian-phonetics-basic-array.cabal
+++ b/ukrainian-phonetics-basic-array.cabal
@@ -2,7 +2,7 @@
 -- further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                ukrainian-phonetics-basic-array
-version:             0.7.1.0
+version:             0.7.1.1
 synopsis:            A library to work with the basic Ukrainian phonetics and syllable segmentation.
 description:         Rewritten from the mmsyn6ukr and mmsyn7s packages. Comparing to the ukrainian-phonetics-basic package, all the vector-related functionality removed, it also removed from the dependencies and the mmsyn2 is changed to mmsyn2-array. Since 0.4.0.0 version switched to the more optimized Int8-based functionality. The old modules with bytestring dependencies since the 0.6.0.0 version moved to the other package ukrainian-phonetics-basic-array-bytestring to reduce the actual dependencies for the phonetic languages concerning packages.
 homepage:            https://hackage.haskell.org/package/ukrainian-phonetics-basic-array
