diff --git a/src/webviews/apps/settings/index.html b/src/webviews/apps/settings/index.html
index 33b801b..8fff4ef 100644
--- a/src/webviews/apps/settings/index.html
+++ b/src/webviews/apps/settings/index.html
@@ -1128,7 +1128,7 @@
class="link__configure"
data-action="jump"
title="Jump to Repositories view settings"
- href="command:gitlens.showSettingsPage?%22repositories-view%22"
+ href="#repositories-view"
>
@@ -1151,7 +1151,7 @@
class="link__configure"
data-action="jump"
title="Jump to File History view settings"
- href="command:gitlens.showSettingsPage?%22file-history-view%22"
+ href="#file-history-view"
>
@@ -1174,7 +1174,7 @@
class="link__configure"
data-action="jump"
title="Jump to Line History view settings"
- href="command:gitlens.showSettingsPage?%22line-history-view%22"
+ href="#line-history-view"
>
@@ -1197,7 +1197,7 @@
class="link__configure"
data-action="jump"
title="Jump to Search Commits view settings"
- href="command:gitlens.showSettingsPage?%22search-commits-view%22"
+ href="#search-commits-view"
>
@@ -1220,7 +1220,7 @@
class="link__configure"
data-action="jump"
title="Jump to Compare view settings"
- href="command:gitlens.showSettingsPage?%22compare-view%22"
+ href="#compare-view"
>
diff --git a/src/webviews/apps/welcome/index.html b/src/webviews/apps/welcome/index.html
index 247a4c9..6c07007 100644
--- a/src/webviews/apps/welcome/index.html
+++ b/src/webviews/apps/welcome/index.html
@@ -400,7 +400,6 @@
@@ -423,7 +422,6 @@
@@ -446,7 +444,6 @@
@@ -469,7 +466,6 @@
@@ -492,7 +488,6 @@