File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function jqueryUrl() {
108
108
var url ;
109
109
110
110
if ( version === "git" || version === "3.x-git" ) {
111
- url = "https://code .jquery.com/jquery-" + version ;
111
+ url = "https://releases .jquery.com/git /jquery-" + version ;
112
112
} else {
113
113
url = "../../../external/jquery-" + version + "/jquery" ;
114
114
}
@@ -121,7 +121,7 @@ function migrateUrl() {
121
121
var url ;
122
122
123
123
if ( jqueryVersion === "git" ) {
124
- url = "https://code .jquery.com/jquery-migrate-git" ;
124
+ url = "https://releases .jquery.com/git /jquery-migrate-git" ;
125
125
} else if ( jqueryVersion [ 0 ] === "3" ) {
126
126
url = "../../../external/jquery-migrate-3.3.2/jquery-migrate" ;
127
127
} else if ( jqueryVersion [ 0 ] === "1" || jqueryVersion [ 0 ] === "2" ) {
You can’t perform that action at this time.
0 commit comments