Skip to content

Commit 38d91f6

Browse files
APM .NET library: fix link to serverless docs (#31211)
* fix link to serverless docs * remove trailing "</strong>." * use page title as the link * I guess we can't do that inside alert boxes * close the anchor tag correctly
1 parent 7f614e8 commit 38d91f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For a full list of Datadog's .NET Core library and processor architecture suppor
5656
## Installation and getting started
5757

5858
<div class="alert alert-info">
59-
To set up Datadog APM in AWS Lambda, see <strong><a href="/tracing/serverless_functions/">Tracing Serverless Functions</a></strong>, in Azure App Service, see <strong><a href="/serverless/azure_app_services/">Tracing Azure App Service</a></strong>.
59+
To set up Datadog APM in Serverless environments, such as AWS Lambda or Azure Functions, see <a href="/serverless">Serverless</a>.
6060
</div>
6161

6262
<div class="alert alert-warning">

content/en/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For a full list of Datadog's .NET Framework library and processor architecture s
6060
## Installation and getting started
6161

6262
<div class="alert alert-info">
63-
To set up Datadog APM in AWS Lambda, see <strong><a href="/tracing/serverless_functions/">Tracing Serverless Functions</a></strong>, in Azure App Service, see <strong><a href="/serverless/azure_app_services/">Tracing Azure App Service</a></strong>.
63+
To set up Datadog APM in Serverless environments, such as AWS Lambda or Azure Functions, see <a href="/serverless">Serverless</a>.
6464
</div>
6565

6666
<div class="alert alert-warning">

0 commit comments

Comments
 (0)