From eb4cecab9e5ba1e48ea4c709db055ba388489d37 Mon Sep 17 00:00:00 2001 From: ZuluWhiskey <35011199+ZuluWhiskey@users.noreply.github.com> Date: Fri, 2 Oct 2020 14:05:14 +0100 Subject: [PATCH] Change Material Design Icons URL (#14781) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It looks as though Material Design Icons don't use the www prefix for their URL as the certificate for that prefix ran out on "02‎ ‎June‎ ‎2017 ‎00‎:‎59‎:‎59". I've removed the "www." from their URL in this blog post to avoid confusion. --- source/_posts/2020-07-01-release-113.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-07-01-release-113.markdown b/source/_posts/2020-07-01-release-113.markdown index 61097dbb990..b688f43ce04 100644 --- a/source/_posts/2020-07-01-release-113.markdown +++ b/source/_posts/2020-07-01-release-113.markdown @@ -344,7 +344,7 @@ Please note: It is possible that custom integrations (also known as custom components) use deprecated icons. These can throw warnings that need to be addressed in the custom integration. -[mdi]: https://www.materialdesignicons.com +[mdi]: https://materialdesignicons.com [mdi-upgrade]: https://dev.materialdesignicons.com/upgrade#4.9.95-to-5.0.45 [simple-icons]: https://simpleicons.org/ [hass-simpleicons]: https://github.com/vigonotion/hass-simpleicons