Skip to content

Commit ba65a4a

Browse files
committed
Replace APM agents with OpenTelemetry
1 parent e3a3d1c commit ba65a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@
188188
</div>
189189
</div>
190190
<div class="flex flex-col rounded-xl bg-white">
191-
<h3 class="font-sans font-bold text-ink-dark text-2xl">APM agents</h3>
192-
<p class="grow mt-3">Browse the APM agent docs for RUM JavaScript, Java, .NET, and more.</p>
191+
<h3 class="font-sans font-bold text-ink-dark text-2xl">OpenTelemetry</h3>
192+
<p class="grow mt-3">Browse the docs for the Elastic Distributions of OpenTelemetry (EDOT).</p>
193193
<div class="mt-6">
194-
<a href="@Model.Link("/reference/apm-agents/")" class="link">
194+
<a href="@Model.Link("/reference/opentelemetry/")" class="link">
195195
View docs
196196
</a>
197197
</div>

0 commit comments

Comments
 (0)