Skip to content

Commit 0a92cb5

Browse files
authored
Fix landing page links (#1120)
1 parent 5122843 commit 0a92cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<h3 class="font-sans font-bold text-2xl">Troubleshoot</h3>
225225
<p class="grow mt-4">Check troubleshooting guides for common fixes.</p>
226226
<div class="mt-6">
227-
<a href="@Model.Link("/troubleshoot/")" target="_blank" rel="noopener noreferrer" class="link text-white wrap-break-word">
227+
<a href="@Model.Link("/troubleshoot/")" class="link text-white wrap-break-word">
228228
View troubleshooting docs
229229
<svg class="link-arrow"
230230
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
@@ -237,7 +237,7 @@
237237
<h3 class="font-sans font-bold text-2xl">Contribute and extend</h3>
238238
<p class="grow mt-4">Learn how to contribute to Elastic products and extend capabilities.</p>
239239
<div class="mt-6">
240-
<a href="@Model.Link("extend/kibana")" target="_blank" rel="noopener noreferrer" class="link text-white wrap-break-word">
240+
<a href="@Model.Link("extend/kibana")" class="link text-white wrap-break-word">
241241
<span class="wrap-break-word">
242242
View contribute and extend docs
243243
</span>

0 commit comments

Comments
 (0)