File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments