Skip to content

Commit 1303d10

Browse files
authored
✏️ Fix broken /examples URLs (#129)
1 parent 17a1d58 commit 1303d10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

axum-tracing-opentelemetry/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Middlewares to integrate axum + tracing + opentelemetry.
1212
- Trace is attached into tracing'span
1313
- OpenTelemetry Span is created on close of the tracing's span (behavior from [tracing-opentelemetry])
1414

15-
For examples, you can look at the [examples](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/examples/) folder.
15+
For examples, you can look at the [examples](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/examples/) folder.
1616

1717
```txt
1818
//...

tonic-tracing-opentelemetry/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Middlewares and tools to integrate tonic + tracing + opentelemetry for client an
1313
- Start a new trace if no trace is found in the incoming request
1414
- Trace is attached into tracing's span
1515

16-
For examples, you can look at the [examples](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/examples/) folder.
16+
For examples, you can look at the [examples](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/examples/) folder.
1717

1818
Extract of `client.rs`:
1919

0 commit comments

Comments
 (0)