diff --git a/svg.php b/svg.php index 0b33c47..ef70f5a 100644 --- a/svg.php +++ b/svg.php @@ -87,7 +87,7 @@ class SVG { const IMGDIR = __DIR__ . '/img/'; const BACKGROUNDCLASS = 'sprintdoc-background'; - const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/icons/svg/'; + const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/svg/'; protected $file; protected $replacements;