Skip to content

Commit 3d5ee4c

Browse files
Shunpococijothomas
andauthored
Fix 2638: Use absolute URL for LICENSE/CHANGELOG in README (open-telemetry#2682)
Signed-off-by: Shunpoco <[email protected]> Co-authored-by: Cijo Thomas <[email protected]>
1 parent f62bc01 commit 3d5ee4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ traces.
1414

1515
[![Crates.io: opentelemetry-appender-tracing](https://img.shields.io/crates/v/opentelemetry-appender-tracing.svg)](https://crates.io/crates/opentelemetry-appender-tracing)
1616
[![Documentation](https://docs.rs/opentelemetry-appender-tracing/badge.svg)](https://docs.rs/opentelemetry-appender-tracing)
17-
[![LICENSE](https://img.shields.io/crates/l/opentelemetry-appender-tracing)](./LICENSE)
17+
[![LICENSE](https://img.shields.io/crates/l/opentelemetry-appender-tracing)](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-appender-tracing/LICENSE)
1818
[![GitHub Actions CI](https://github.com/open-telemetry/opentelemetry-rust/workflows/CI/badge.svg)](https://github.com/open-telemetry/opentelemetry-rust/actions?query=workflow%3ACI+branch%3Amain)
1919
[![Slack](https://img.shields.io/badge/slack-@cncf/otel/rust-brightgreen.svg?logo=slack)](https://cloud-native.slack.com/archives/C03GDP0H023)
2020

@@ -37,7 +37,7 @@ of telemetry is intentionally left to other tools.
3737

3838
## Release Notes
3939

40-
You can find the release notes (changelog) [here](./CHANGELOG.md).
40+
You can find the release notes (changelog) [here](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-appender-tracing/CHANGELOG.md).
4141

4242
## Supported Rust Versions
4343

0 commit comments

Comments
 (0)