From e009b1c6f58290d68aa36b00c001d33b75d8c518 Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Mon, 28 Oct 2019 15:42:26 +0100
Subject: [PATCH] Changed the link in the README.md to get to the correct Font
 Awesome version.

---
 CHANGES.md | 1 +
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index fdc0040..0c251cb 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 5bf7c83..0d898bf 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
 
-- 
GitLab