Skip to content

Commit ff62ee3

Browse files
authored
Replace APM agents with OpenTelemetry (#1406)
1 parent a13edbe commit ff62ee3

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
@@ -191,10 +191,10 @@
191191
</div>
192192
</div>
193193
<div class="flex flex-col rounded-xl bg-white">
194-
<h3 class="font-sans font-bold text-ink-dark text-2xl">APM agents</h3>
195-
<p class="grow mt-3">Browse the APM agent docs for RUM JavaScript, Java, .NET, and more.</p>
194+
<h3 class="font-sans font-bold text-ink-dark text-2xl">OpenTelemetry</h3>
195+
<p class="grow mt-3">Browse the docs for the Elastic Distributions of OpenTelemetry (EDOT).</p>
196196
<div class="mt-6">
197-
<a href="@Model.Link("/reference/apm-agents/")" class="link">
197+
<a href="@Model.Link("/reference/opentelemetry/")" class="link">
198198
View docs
199199
</a>
200200
</div>

0 commit comments

Comments
 (0)