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;