.NET: normalize alias paths (#842)

Contributes to #665
This commit is contained in:
Patrice Chalin 2021-10-18 15:59:19 -04:00 committed by GitHub
parent 2097dad134
commit a0683ee83c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ title: .NET
description: > description: >
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg" alt="NET logo"></img> <img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/.NET.svg" alt="NET logo"></img>
A language-specific implementation of OpenTelemetry in .NET. A language-specific implementation of OpenTelemetry in .NET.
aliases: [/csharp/, /csharp/metrics/, /csharp/tracing/] aliases: [/csharp, /csharp/metrics, /csharp/tracing]
weight: 12 weight: 12
--- ---