Update links in readme to new doc locations (#12546)

This commit is contained in:
Jay DeLuca 2024-11-04 11:57:10 -05:00 committed by GitHub
parent 145bd8833e
commit 2fc4c77f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -80,9 +80,9 @@ java -javaagent:path/to/opentelemetry-javaagent.jar \
-jar myapp.jar
```
By default, the OpenTelemetry Java agent uses
By default, the OpenTelemetry Java agent uses the
[OTLP exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/otlp)
configured to send data to
configured to send data to an
[OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/main/receiver/otlpreceiver/README.md)
at `http://localhost:4318`.
@ -197,6 +197,6 @@ Thanks to all the people who already contributed!
[config-sdk]: https://opentelemetry.io/docs/languages/java/configuration/
[manual]: https://opentelemetry.io/docs/instrumentation/java/manual/
[manual]: https://opentelemetry.io/docs/languages/java/instrumentation/#manual-instrumentation
[suppress]: https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/#suppressing-specific-auto-instrumentation
[suppress]: https://opentelemetry.io/docs/zero-code/java/agent/disable/