From 1ef4c4dbac1e9c5d8176647f28e9eb45a253fc28 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 31 Aug 2020 14:21:49 +0200 Subject: [PATCH] rawgit.com is going down, use github directly should fix #56. This should also have the side effect, that the SSL setup is a little more relaxed (more compatible certificate upstream) --- svg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg.php b/svg.php index 49d21d7..f1025f4 100644 --- a/svg.php +++ b/svg.php @@ -86,7 +86,7 @@ class SVG { const IMGDIR = __DIR__ . '/img/'; const BACKGROUNDCLASS = 'sprintdoc-background'; - const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/svg/'; + const CDNBASE = 'https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/'; protected $file; protected $replacements;