File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ window.initStyleGuide = function(init) {
57
57
58
58
// Call the pretty-printer after we've fixed up the code blocks.
59
59
var pretty = document . createElement ( 'script' ) ;
60
- pretty . src = 'https://cdn.rawgit.com/ google/code-prettify/ master/loader /' +
61
- 'run_prettify.js' ;
60
+ pretty . src = 'https://cdn.jsdelivr.net/gh/ google/code-prettify@ master/' +
61
+ 'loader/ run_prettify.js' ;
62
62
document . body . appendChild ( pretty ) ;
63
63
} . bind ( null , window . initStyleGuide ) ;
Original file line number Diff line number Diff line change 6
6
< link rel ="stylesheet " href ="javaguide.css ">
7
7
< script src ="include/styleguide.js "> </ script >
8
8
< link rel ="shortcut icon " href ="/styleguide/favicon.ico ">
9
- < script src ="https://cdn.rawgit.com/ google/code-prettify/ master/loader/run_prettify.js "> </ script >
9
+ < script src ="https://cdn.jsdelivr.net/gh/ google/code-prettify@ master/loader/run_prettify.js "> </ script >
10
10
</ head >
11
11
< body onload ="initStyleGuide(); ">
12
12
< div id ="content ">
You can’t perform that action at this time.
0 commit comments