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

Commit 56861c0

Browse files
jannickfahlbuschNarretz
authored andcommitted
chore(docsApp): open plnkr.co with HTTPS
Plnkr should be opened via HTTPS instead of HTTP to supress warnings about an insecure connection Closes #14445
1 parent b4c7df3 commit 56861c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/src/examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ angular.module('examples', [])
153153

154154
postData.description = ctrl.example.name;
155155

156-
formPostData('http://plnkr.co/edit/?p=preview', newWindow, postData);
156+
formPostData('https://plnkr.co/edit/?p=preview', newWindow, postData);
157157
});
158158

159159
};

0 commit comments

Comments
 (0)