Skip to content

Commit 82d4f66

Browse files
committed
Updates learn more urls
1 parent 13a03da commit 82d4f66

20 files changed

+20
-32
lines changed

src/webviews/apps/settings/partials/blame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gutter-blame-"
8+
href="https://github.com/eamodio/vscode-gitlens/#gutter-blame-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

src/webviews/apps/settings/partials/changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gutter-changes-"
8+
href="https://github.com/eamodio/vscode-gitlens/#gutter-changes-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

src/webviews/apps/settings/partials/code-lens.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a
77
class="link__learn-more"
88
title="Learn more"
9-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#git-code-lens-"
9+
href="https://github.com/eamodio/vscode-gitlens/#git-code-lens-"
1010
>
1111
<i class="icon icon__info"></i>
1212
</a>

src/webviews/apps/settings/partials/current-line.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a
1313
class="link__learn-more"
1414
title="Learn more"
15-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#current-line-blame-"
15+
href="https://github.com/eamodio/vscode-gitlens/#current-line-blame-"
1616
>
1717
<i class="icon icon__info"></i>
1818
</a>

src/webviews/apps/settings/partials/heatmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#gutter-heatmap-"
8+
href="https://github.com/eamodio/vscode-gitlens/#gutter-heatmap-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

src/webviews/apps/settings/partials/hovers.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
<div class="setting__input setting__input--big">
44
<input id="hovers.enabled" name="hovers.enabled" type="checkbox" data-setting />
55
<label for="hovers.enabled">Hovers</label>
6-
<a
7-
class="link__learn-more"
8-
title="Learn more"
9-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#hovers-"
10-
>
6+
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#hovers-">
117
<i class="icon icon__info"></i>
128
</a>
139
</div>

src/webviews/apps/settings/partials/modes.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
<div class="section__header">
33
<h2>
44
Modes
5-
<a
6-
class="link__learn-more"
7-
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#modes-"
9-
>
5+
<a class="link__learn-more" title="Learn more" href="https://github.com/eamodio/vscode-gitlens/#modes-">
106
<i class="icon icon__info"></i>
117
</a>
128
</h2>

src/webviews/apps/settings/partials/status-bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a
77
class="link__learn-more"
88
title="Learn more"
9-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#status-bar-blame-"
9+
href="https://github.com/eamodio/vscode-gitlens/#status-bar-blame-"
1010
>
1111
<i class="icon icon__info"></i>
1212
</a>

src/webviews/apps/settings/partials/views.branches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#branches-view-"
8+
href="https://github.com/eamodio/vscode-gitlens/#branches-view-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

src/webviews/apps/settings/partials/views.commits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h2>
55
<a
66
class="link__learn-more"
77
title="Learn more"
8-
href="https://github.com/eamodio/vscode-gitlens/tree/main/#commits-view-"
8+
href="https://github.com/eamodio/vscode-gitlens/#commits-view-"
99
>
1010
<i class="icon icon__info"></i>
1111
</a>

0 commit comments

Comments
 (0)