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:
Andreas Gohr 2020-08-31 14:21:49 +02:00
commit 1ef4c4dbac

View file

@ -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;