Skip to content

Commit

Permalink
Merge pull request #303 from shr1k4nt/fixing-links
Browse files Browse the repository at this point in the history
Fixing the old links
  • Loading branch information
Anatolii Obitskyi authored Sep 14, 2021
2 parents a972cec + ec50356 commit 8f4a79e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@
},
{
"command": "extension.prophet.command.open.xchange",
"title": "Prophet: Open Xchange",
"description": "Open Xchange"
"title": "Prophet: Open Dev Center Discussion Groups",
"description": "Open Dev Center Discussion Groups"
}
],
"jsonValidation": [
Expand Down
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ export function activate(context: ExtensionContext) {

context.subscriptions.push(
commands.registerCommand('extension.prophet.command.open.documentation', () => {
commands.executeCommand('vscode.open', Uri.parse('https://documentation.demandware.com'));
commands.executeCommand('vscode.open', Uri.parse('https://documentation.b2c.commercecloud.salesforce.com/'));
})
);
context.subscriptions.push(
commands.registerCommand('extension.prophet.command.open.xchange', () => {
commands.executeCommand('vscode.open', Uri.parse('https://xchange.demandware.com'));
commands.executeCommand('vscode.open', Uri.parse('https://developer.commercecloud.com/s/discussion-groups'));
})
);

Expand Down

0 comments on commit 8f4a79e

Please sign in to comment.