We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4e7db commit acd3dfeCopy full SHA for acd3dfe
1 file changed
src/run_prettify.js
@@ -228,7 +228,7 @@ var IN_GLOBAL_SCOPE = false;
228
// This only works if this script is loaded via https : something
229
// over which we exercise no control.
230
var LOADER_BASE_URL =
231
- 'https://cdn.rawgit.com/google/code-prettify/master/loader';
+ 'https://cdn.rawgit.com/reschke/code-prettify/master/src/';
232
233
for (var i = 0, n = langs.length; i < n; ++i) (function (lang) {
234
var script = doc.createElement("script");
0 commit comments