Skip to content

Commit c137cb3

Browse files
committed
jQuery.getScript: raw.github.com -> raw.githubusercontent.com
1 parent a92dd1b commit c137cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.getScript.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $.cachedScript( "ajax/test.js" ).done(function( script, textStatus ) {
9191
<example>
9292
<desc>Load the <a href="https://github.com/jquery/jquery-color">official jQuery Color Animation plugin</a> dynamically and bind some color animations to occur once the new functionality is loaded.</desc>
9393
<code><![CDATA[
94-
var url = "https://raw.github.com/jquery/jquery-color/master/jquery.color.js";
94+
var url = "https://raw.githubusercontent.com/jquery/jquery-color/master/jquery.color.js";
9595
$.getScript( url, function() {
9696
$( "#go" ).click(function() {
9797
$( ".block" )

0 commit comments

Comments
 (0)