From 6ecf34d28aeab6e3e24d0922411da1de4706d3c4 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 9 Jan 2024 14:49:17 -0800 Subject: [PATCH] Fix link (#1151) --- README.md | 2 +- compressors/compressor-zstd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7306da49..3151021e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ feature or via instrumentation, this project is hopefully for you. * [AWS Resources](./aws-resources/README.md) * [AWS X-Ray SDK Support](./aws-xray/README.md) * [AWS X-Ray Propagator](./aws-xray-propagator/README.md) -* [zstd Compressor](./compressors/zstd/README.md) +* [zstd Compressor](./compressors/compressor-zstd/README.md) * [Consistent Sampling](./consistent-sampling/README.md) * [Disk Buffering](./disk-buffering/README.md) * [JMX Metric Gatherer](./jmx-metrics/README.md) diff --git a/compressors/compressor-zstd/README.md b/compressors/compressor-zstd/README.md index 128313d6..b4286707 100644 --- a/compressors/compressor-zstd/README.md +++ b/compressors/compressor-zstd/README.md @@ -46,4 +46,4 @@ export OTEL_EXPORTER_OTLP_COMPRESSION=zstd - [Jack Berg](https://github.com/jack-berg), New Relic -Learn more about component owners in [component_owners.yml](../.github/component_owners.yml). +Learn more about component owners in [component_owners.yml](../../.github/component_owners.yml).