Skip to content

Commit b9335d3

Browse files
committed
Updates integration walkthrough URLs to commands
1 parent 9d70fa6 commit b9335d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/commands/walkthroughs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ export class WalkthroughShowHomeViewCommand extends GlCommandBase {
400400
}
401401

402402
execute(): void {
403-
const command = GlCommand.ShowHomeView;
403+
const command: GlCommands = 'gitlens.showHomeView';
404404
this.container.telemetry.sendEvent('walkthrough/action', {
405405
type: 'command',
406406
name: 'open/home',
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### Integrate with Git Hosting & Issue Services
22

3-
<a href="https://help.gitkraken.com/gitlens/gitlens-start-here/#integrations" title="Watch the Integrations tutorial video">
4-
<img src="./thumbnails/autolinks.jpg" alt="Image"/>
3+
<a href="command:gitlens.walkthrough.openStartIntegrations" title="Watch the Integrations tutorial video">
4+
<img src="./thumbnails/autolinks.jpg" alt="Autolinks"/>
55
</a>
66

77
Connect GitLens to GitHub, GitLab, and Jira to link PRs and issues to branches and commits, track and manage PRs in Launchpad, and start work on issues seamlessly.
88

99
With Autolinks, GitLens surfaces links to issues and PRs related to your commits automatically, from a variety of services and custom servers.
1010

11-
Watch a [video](https://help.gitkraken.com/gitlens/gitlens-start-here/#integrations) about improving GitLens with integrations.
11+
Watch a [video](command:gitlens.walkthrough.openStartIntegrations) about improving GitLens with integrations.

0 commit comments

Comments
 (0)