Skip to content

Commit 522fe51

Browse files
committed
Fixes broken link
1 parent 9cf80eb commit 522fe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/launchpad/launchpadIndicator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class LaunchpadIndicator implements Disposable {
251251
) {
252252
tooltip.appendMarkdown('\n\n---\n\n');
253253
tooltip.appendMarkdown(
254-
'[Launchpad](command:gitlens.launchpad.indicator.action?%info%22 "Learn about Launchpad") organizes your pull requests into actionable groups to help you focus and keep your team unblocked.',
254+
'[Launchpad](command:gitlens.launchpad.indicator.action?%22info%22 "Learn about Launchpad") organizes your pull requests into actionable groups to help you focus and keep your team unblocked.',
255255
);
256256
tooltip.appendMarkdown(
257257
"\n\nIt's always accessible using the `GitLens: Open Launchpad` command from the Command Palette.",

0 commit comments

Comments
 (0)