Skip to content

Commit

Permalink
[SNAP-1569] Update URLs for tutorials and issue reporting menu entries
Browse files Browse the repository at this point in the history
  • Loading branch information
marpet committed Oct 21, 2022
1 parent 67ca79a commit e247f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
})
public class ReportIssueAction extends AbstractAction {

private static final String DEFAULT_REPORT_ISSUE_PAGE_URL = "http://step.esa.int/main/community/issue-reporting/";
private static final String DEFAULT_REPORT_ISSUE_PAGE_URL = "https://step.esa.int/main/community/issue-reporting/";

/**
* Launches the default browser to display the web page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"CTL_ShowTutorialsPageAction_ShortDescription=Browse the SNAP Toolboxes tutorials web page"
})
public class ShowTutorialsPageAction extends AbstractAction {
private static final String DEFAULT_PAGE_URL = "http://step.esa.int/main/tutorials";
private static final String DEFAULT_PAGE_URL = "https://step.esa.int/main/tutorials";

/**
* Launches the default browser to display the tutorials.
Expand Down

0 comments on commit e247f3b

Please sign in to comment.