diff --git a/demo/cabaret/templates/_layout.jinja2 b/demo/cabaret/templates/_layout.jinja2
index b505fc9..f1d3307 100644
--- a/demo/cabaret/templates/_layout.jinja2
+++ b/demo/cabaret/templates/_layout.jinja2
@@ -4,8 +4,8 @@
Cabaret - Online pygal graph generator
-
-
+
+
diff --git a/pygal/config.py b/pygal/config.py
index 840d5ad..6b5cbf3 100644
--- a/pygal/config.py
+++ b/pygal/config.py
@@ -386,8 +386,8 @@ class Config(CommonConfig):
# Misc #
js = Key(
- ('http://kozea.github.com/pygal.js/javascripts/svg.jquery.js',
- 'http://kozea.github.com/pygal.js/javascripts/pygal-tooltips.js'),
+ ('http://kozea.github.io/pygal.js/javascripts/svg.jquery.js',
+ 'http://kozea.github.io/pygal.js/javascripts/pygal-tooltips.js'),
list, "Misc", "List of js file",
"It can be a filepath or an external link",
str)