diff --git a/external/leaflet.css b/external/leaflet.css
index 04f229a4..8070fc3b 100644
--- a/external/leaflet.css
+++ b/external/leaflet.css
@@ -285,7 +285,7 @@
border-radius: 8px;
}
.leaflet-control-layers-toggle {
- background-image: url(https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/images/layers.png);
+ background-image: url(http://iitc.jonatkins.com/dist/images/layers.png);
width: 36px;
height: 36px;
}
diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js
index 023bb689..e95e56ed 100644
--- a/plugins/draw-tools.user.js
+++ b/plugins/draw-tools.user.js
@@ -31,7 +31,7 @@ var DRAW_TOOLS_SHAPE_OPTIONS = {
window.plugin.drawTools = function() {};
window.plugin.drawTools.loadExternals = function() {
- var base = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist';
+ var base = 'http://iitc.jonatkins.com/dist';
//~ var base = 'http://0.0.0.0:8000/dist';
load(base+'/leaflet.draw.0.1.6.js').thenRun(window.plugin.drawTools.boot);
@@ -39,7 +39,7 @@ window.plugin.drawTools.loadExternals = function() {
// external/leaflet.draw.0.1.6.css. It should either be loaded remotely
// automatically or the buildscript should include it here, similar to
// how it works for the main script.
- $('head').append('');
+ $('head').append('');
}
diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js
index 624b8188..888e53ac 100644
--- a/plugins/max-links.user.js
+++ b/plugins/max-links.user.js
@@ -32,7 +32,7 @@ window.plugin.maxLinks.STROKE_STYLE = {
clickable: false,
smoothFactor: 10
};
-window.plugin.maxLinks._delaunayScriptLocation = 'https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/dist/delaunay.js';
+window.plugin.maxLinks._delaunayScriptLocation = 'http://iitc.jonatkins.com/dist/delaunay.js';
window.plugin.maxLinks.layer = null;