Skip to content

Commit acd3dfe

Browse files
committed
make base URI point to clone
1 parent 9f4e7db commit acd3dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run_prettify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ var IN_GLOBAL_SCOPE = false;
228228
// This only works if this script is loaded via https : something
229229
// over which we exercise no control.
230230
var LOADER_BASE_URL =
231-
'https://cdn.rawgit.com/google/code-prettify/master/loader';
231+
'https://cdn.rawgit.com/reschke/code-prettify/master/src/';
232232

233233
for (var i = 0, n = langs.length; i < n; ++i) (function (lang) {
234234
var script = doc.createElement("script");

0 commit comments

Comments
 (0)