Skip to content

Commit

Permalink
fix markdown lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hgaol committed Nov 29, 2022
1 parent 6fe220e commit 29872a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/trace/getting-started-jaeger/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Getting Started with Jaeger

- [Export traces from the application](#export-traces-from-the-application)
- [Check results in the console](#check-results-in-the-console)
- [Check results in the console](#check-results-in-the-console)
- [Collect and visualize traces using Jaeger](#collect-and-visualize-traces-using-jaeger)
- [Final cleanup](#final-cleanup)
- [Learn more](#learn-more)
Expand All @@ -21,8 +21,8 @@ dotnet run

Add reference to [Console
Exporter](../../../src/OpenTelemetry.Exporter.Console/README.md), [OTLP
Exporter](../../../src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md) and [HttpClient
Instrumentation](../../../src/OpenTelemetry.Instrumentation.Http/README.md):
Exporter](../../../src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md) and
[HttpClient Instrumentation](../../../src/OpenTelemetry.Instrumentation.Http/README.md):

```sh
dotnet add package OpenTelemetry.Exporter.Console
Expand Down

0 comments on commit 29872a9

Please sign in to comment.