We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da040d commit c23e63bCopy full SHA for c23e63b
src/app/administration/newsbox/newsbox.component.ts
@@ -36,8 +36,8 @@ class NewsBoxComponent implements OnInit {
36
// inferring orientDB version
37
this.dbService.getServerVersion().then((data) => {
38
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";
+ this.ceNewsUrl = "https://orientdb.com/studio-news.php?version=" + this.orientdbVersion + "&edition=c";
+ this.eeNewsUrl = "https://orientdb.com/studio-news.php?version=" + this.orientdbVersion + "&edition=e";
41
this.makeRequestAccordingVersionAndEdition();
42
});
43
0 commit comments