diff --git a/CHANGES.md b/CHANGES.md
index fdc004068fe9e222ef385471e158d6e4c8edac72..0c251cbdc00b30f19bcaf13433d8e54c4dd327ff 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Changes
 
 ### Unreleased
 
+* 2019-10-28 - Changed the link in the README.md to get to the correct Font Awesome version.
 * 2019-10-28 - Adjusted login.mustache template due to upstream changes in theme Boost.
 * 2019-10-28 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
 * 2019-10-28 - Adjusted loginform.mustache template due to upstream changes in Moodle core.
diff --git a/README.md b/README.md
index 5bf7c83982277740fe7035704bef6c3594c3b4f4..0d898bfc713578828da1b64feac9ffa6d7f181b2 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,7 @@ Please note: The code itself and the URLs have to fit exactly to your uploaded f
 
 ##### Block icon
 
-With this setting you can add a default Font Awesome icon in front of the block title. If checked, we additionally provide individual icon replacements for many Moodle core blocks and also some widely used blocks. You also can change the icons easily for each block individually in your raw SCSS via the change of the Font Awesome content. For all available icons please visit http://fontawesome.io/icons/ and use the Unicode value of the icon to replace the default one. The code to change the icon looks like this example change for the block "People": ``.block_people .card-block .card-title::before { content: '\f0c0' ; }``.
+With this setting you can add a default Font Awesome icon in front of the block title. If checked, we additionally provide individual icon replacements for many Moodle core blocks and also some widely used blocks. You also can change the icons easily for each block individually in your raw SCSS via the change of the Font Awesome content. For all available icons please visit https://fontawesome.com/v4.7.0/icons/ and use the Unicode value of the icon to replace the default one. The code to change the icon looks like this example change for the block "People": ``.block_people .card-block .card-title::before { content: '\f0c0' ; }``.
 
 #### Navbar