From 9a7bd9f55ad3f643484fe7d62d92c2553c623da1 Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Tue, 18 Apr 2023 09:58:03 -0700 Subject: [PATCH] Consistent docs title (#4401) --- docs/metrics/getting-started-aspnetcore/README.md | 2 +- docs/metrics/getting-started-console/README.md | 2 +- docs/trace/getting-started-aspnetcore/README.md | 2 +- docs/trace/getting-started-console/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/metrics/getting-started-aspnetcore/README.md b/docs/metrics/getting-started-aspnetcore/README.md index 6d63911a374..5b76615e4ff 100644 --- a/docs/metrics/getting-started-aspnetcore/README.md +++ b/docs/metrics/getting-started-aspnetcore/README.md @@ -1,4 +1,4 @@ -# Getting Started with OpenTelemetry .NET in 5 Minutes - ASP.NET Core Application +# Getting Started with OpenTelemetry .NET Metrics in 5 Minutes - ASP.NET Core Application First, download and install the [.NET SDK](https://dotnet.microsoft.com/download) on your computer. diff --git a/docs/metrics/getting-started-console/README.md b/docs/metrics/getting-started-console/README.md index 00bb36e5f5a..c73961de86f 100644 --- a/docs/metrics/getting-started-console/README.md +++ b/docs/metrics/getting-started-console/README.md @@ -1,4 +1,4 @@ -# Getting Started with OpenTelemetry .NET in 5 Minutes +# Getting Started with OpenTelemetry .NET Metrics in 5 Minutes - Console Application First, download and install the [.NET SDK](https://dotnet.microsoft.com/download) on your computer. diff --git a/docs/trace/getting-started-aspnetcore/README.md b/docs/trace/getting-started-aspnetcore/README.md index e21c5b7301f..3579e77cba6 100644 --- a/docs/trace/getting-started-aspnetcore/README.md +++ b/docs/trace/getting-started-aspnetcore/README.md @@ -1,4 +1,4 @@ -# Getting Started with OpenTelemetry .NET in 5 Minutes - ASP.NET Core Application +# Getting Started with OpenTelemetry .NET Traces in 5 Minutes - ASP.NET Core Application First, download and install the [.NET SDK](https://dotnet.microsoft.com/download) on your computer. diff --git a/docs/trace/getting-started-console/README.md b/docs/trace/getting-started-console/README.md index 10ff2d2916e..818f18ce1c7 100644 --- a/docs/trace/getting-started-console/README.md +++ b/docs/trace/getting-started-console/README.md @@ -1,4 +1,4 @@ -# Getting Started with OpenTelemetry .NET in 5 Minutes - Console Application +# Getting Started with OpenTelemetry .NET Traces in 5 Minutes - Console Application First, download and install the [.NET SDK](https://dotnet.microsoft.com/download) on your computer.