mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
Fix Release Notes link to refer to correct location (#1665)
* Fix Release Notes link to refer to correct location * Fix typo
This commit is contained in:
@@ -29,14 +29,14 @@ export class OpenGettingStartedInBrowserAction extends Action {
|
||||
}
|
||||
|
||||
run(): TPromise<any> {
|
||||
const uri = URI.parse(product.releaseNotesUrl);
|
||||
const uri = URI.parse(product.gettingStartedUrl);
|
||||
return this.openerService.open(uri);
|
||||
}
|
||||
}
|
||||
|
||||
export class ShowCurrentReleaseNotesAction extends AbstractShowReleaseNotesAction {
|
||||
|
||||
static ID = 'update.showCurrentCarbonReleaseNotes';
|
||||
static ID = 'update.showGettingStarted';
|
||||
static LABEL = nls.localize('showReleaseNotes', "Show Getting Started");
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user