Skip to content

Commit 9056b8f

Browse files
committed
Updates integration walkthrough URLs to commands
1 parent ae74cf1 commit 9056b8f

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
@@ -401,7 +401,7 @@ export class WalkthroughShowHomeViewCommand extends GlCommandBase {
401401
}
402402

403403
execute(): void {
404-
const command = GlCommand.ShowHomeView;
404+
const command: GlCommands = 'gitlens.showHomeView';
405405
this.container.telemetry.sendEvent('walkthrough/action', {
406406
type: 'command',
407407
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)