Skip to content

Commit 0b65bde

Browse files
Make license links https
1 parent 0663499 commit 0b65bde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"authors": [
2525
"Microsoft"
2626
],
27-
"license": "http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
27+
"license": "https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
2828
"repository": {
2929
"type": "git",
3030
"url": "git://github.com/aspnet/jquery-validation-unobtrusive.git"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": {
1919
"name": "Microsoft"
2020
},
21-
"license": "http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
21+
"license": "https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
2222
"readme": "The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements",
2323
"files": [
2424
"dist/jquery.validate.unobtrusive.js",

0 commit comments

Comments
 (0)