We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232fe3b commit c3749caCopy full SHA for c3749ca
tests/lib/bootstrap.js
@@ -108,7 +108,7 @@ function jqueryUrl() {
108
var url;
109
110
if ( version === "git" || version === "3.x-git" ) {
111
- url = "https://code.jquery.com/jquery-" + version;
+ url = "https://releases.jquery.com/git/jquery-" + version;
112
} else {
113
url = "../../../external/jquery-" + version + "/jquery";
114
}
@@ -121,7 +121,7 @@ function migrateUrl() {
121
122
123
if ( jqueryVersion === "git" ) {
124
- url = "https://code.jquery.com/jquery-migrate-git";
+ url = "https://releases.jquery.com/git/jquery-migrate-git";
125
} else if ( jqueryVersion[ 0 ] === "3" ) {
126
url = "../../../external/jquery-migrate-3.3.2/jquery-migrate";
127
} else if ( jqueryVersion[ 0 ] === "1" || jqueryVersion[ 0 ] === "2" ) {
0 commit comments