File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ window.initStyleGuide = function(init) {
5757
5858 // Call the pretty-printer after we've fixed up the code blocks.
5959 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' ;
6262 document . body . appendChild ( pretty ) ;
6363} . bind ( null , window . initStyleGuide ) ;
Original file line number Diff line number Diff line change 66< link rel ="stylesheet " href ="javaguide.css ">
77< script src ="include/styleguide.js "> </ script >
88< 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 >
1010</ head >
1111< body onload ="initStyleGuide(); ">
1212< div id ="content ">
You can’t perform that action at this time.
0 commit comments