Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 786cb30

Browse files
committed
fix(minErr): update url to https
1 parent c0bc1df commit 786cb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minErr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function minErr(module, ErrorConstructor) {
101101
return match;
102102
});
103103

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

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

0 commit comments

Comments
 (0)