diff --git a/docs/assets/js/script.js b/docs/assets/js/script.js index e85d13e99..66c7d7249 100644 --- a/docs/assets/js/script.js +++ b/docs/assets/js/script.js @@ -24,7 +24,7 @@ devicon.controller('IconListCtrl', function($scope, $http, $compile) { }); - var baseUrl = 'https://raw.githubusercontent.com/' + gitHubPath + '/master/' + var baseUrl = `https://cdn.jsdelivr.net/gh/${gitHubPath}/` // Get devicon.json $http.get(baseUrl + '/devicon.json').success(function(data) { diff --git a/docs/index.html b/docs/index.html index 8c9dec6b0..dd4240295 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ - + @@ -77,7 +77,7 @@