File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/webviews/apps/shared/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { css , html , LitElement , nothing } from 'lit' ;
22import { customElement , property , state } from 'lit/decorators.js' ;
3+ import { urls } from '../../../../constants' ;
34import { createCommandLink } from '../../../../system/commands' ;
45import './banner/banner' ;
56
@@ -47,8 +48,7 @@ export class GlMcpBanner extends LitElement {
4748 return nothing ;
4849 }
4950
50- const bodyHtml =
51- 'Leverage Git and Integration information from GitLens in AI chat. <a href="https://help.gitkraken.com/mcp/mcp-getting-started">Learn more</a>' ;
51+ const bodyHtml = `Leverage Git and Integration information from GitLens in AI chat. <a href="${ urls . helpCenterMCP } ">Learn more</a>` ;
5252
5353 return html `
5454 < gl-banner
You can’t perform that action at this time.
0 commit comments