Skip to content

Commit c23e63b

Browse files
committed
changed url to https
1 parent 4da040d commit c23e63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/administration/newsbox/newsbox.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class NewsBoxComponent implements OnInit {
3636
// inferring orientDB version
3737
this.dbService.getServerVersion().then((data) => {
3838
this.orientdbVersion = data;
39-
this.ceNewsUrl = "http://orientdb.com/studio-news.php?version=" + this.orientdbVersion + "&edition=c";
40-
this.eeNewsUrl = "http://orientdb.com/studio-news.php?version=" + this.orientdbVersion + "&edition=e";
39+
this.ceNewsUrl = "https://orientdb.com/studio-news.php?version=" + this.orientdbVersion + "&edition=c";
40+
this.eeNewsUrl = "https://orientdb.com/studio-news.php?version=" + this.orientdbVersion + "&edition=e";
4141
this.makeRequestAccordingVersionAndEdition();
4242
});
4343

0 commit comments

Comments
 (0)