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)
This commit is contained in:
parent
16dacdd8ff
commit
1ef4c4dbac
1 changed files with 1 additions and 1 deletions
2
svg.php
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue