Fix link (#1151)
This commit is contained in:
parent
2de945bae1
commit
6ecf34d28a
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue