Skip to content

Commit

Permalink
fix(minErr): update url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Narretz committed Mar 19, 2018
1 parent c0bc1df commit 786cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minErr.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function minErr(module, ErrorConstructor) {
return match;
});

message += '\nhttp://errors.angularjs.org/"NG_VERSION_FULL"/' +
message += '\nhttps://errors.angularjs.org/"NG_VERSION_FULL"/' +
(module ? module + '/' : '') + code;

for (i = 0, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
Expand Down

0 comments on commit 786cb30

Please sign in to comment.