diff --git a/demos/blockfactory/index.html b/demos/blockfactory/index.html index adecaeebc..b5c244a20 100644 --- a/demos/blockfactory/index.html +++ b/demos/blockfactory/index.html @@ -31,7 +31,7 @@ - + + diff --git a/demos/code/code.js b/demos/code/code.js index fc9e8304d..e976903ee 100644 --- a/demos/code/code.js +++ b/demos/code/code.js @@ -201,7 +201,7 @@ Code.bindClick = function(el, func) { */ Code.importPrettify = function() { var script = document.createElement('script'); - script.setAttribute('src', 'https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js'); + script.setAttribute('src', 'https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js'); document.head.appendChild(script); };