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

Commit ca3e02a

Browse files
SteveDesmond-caNarretz
authored andcommitted
fix: make plnkr.co links https
Closes #223
1 parent 8ad69fe commit ca3e02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/js/homepage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ angular.module('homepage', ['ngAnimate', 'ui.bootstrap', 'download-data'])
364364

365365
postData.description = 'AngularJS Example: ' + name;
366366

367-
formPostData('http://plnkr.co/edit/?p=preview', newWindow, postData);
367+
formPostData('https://plnkr.co/edit/?p=preview', newWindow, postData);
368368
};
369369
};
370370
}

0 commit comments

Comments
 (0)