Skip to content

Commit ae31c24

Browse files
committed
Fix #936 Update links in About dialog
1 parent 9cf61cd commit ae31c24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

browser/pages/about/controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ class AboutController {
1717
}
1818

1919
documentation() {
20-
this.electron.shell.openExternal('https://access.redhat.com/documentation/en/red-hat-development-suite/');
20+
this.electron.shell.openExternal(`https://access.redhat.com/documentation/en/red-hat-development-suite?version=${this.shortVersion}`);
2121
}
2222

2323
release() {
2424
this.electron.shell.openExternal(`https://access.redhat.com/documentation/en-us/red_hat_development_suite/${this.shortVersion}/html/release_notes_and_known_issues/`);
2525
}
2626

2727
report() {
28-
this.electron.shell.openExternal(`https://access.redhat.com/documentation/en-us/red_hat_development_suite/${this.shortVersion}/html/installation_guide/troubleshooting#reporting_an_issue`);
28+
this.electron.shell.openExternal(`https://github.com/redhat-developer-tooling/developer-platform-install/blob/master/CONTRIBUTING.md#reporting-an-issue`);
2929
}
3030

3131
}

0 commit comments

Comments
 (0)