Skip to content

Commit 6b4d250

Browse files
authored
Fix "Contribute and extend" link
I don't think it should link to the Kibana section?
1 parent 8eb4417 commit 6b4d250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Layout/_LandingPage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<h3 class="font-sans font-bold text-2xl">Contribute and extend</h3>
253253
<p class="grow mt-4">Learn how to contribute to Elastic products and extend capabilities.</p>
254254
<div class="mt-6">
255-
<a href="@Model.Link("extend/kibana")" class="link text-white wrap-break-word">
255+
<a href="@Model.Link("extend/")" class="link text-white wrap-break-word">
256256
<span class="wrap-break-word">
257257
View contribute and extend docs
258258
</span>

0 commit comments

Comments
 (0)