Update link for CI status badge (#3246)
This commit is contained in:
parent
bcdb96492d
commit
57566485d9
|
|
@ -1,5 +1,5 @@
|
|||
# OpenTelemetry for Java
|
||||

|
||||
[![Continuous Build][ci-image]][ci-url]
|
||||
[![Coverage Status][codecov-image]][codecov-url]
|
||||
[![Maven Central][maven-image]][maven-url]
|
||||
|
||||
|
|
@ -215,6 +215,8 @@ Maintainers ([@open-telemetry/java-maintainers](https://github.com/orgs/open-tel
|
|||
|
||||
[](https://github.com/open-telemetry/opentelemetry-java/graphs/contributors)
|
||||
|
||||
[ci-image]: https://github.com/open-telemetry/opentelemetry-java/workflows/Continuous%20Build/badge.svg
|
||||
[ci-url]: https://github.com/open-telemetry/opentelemetry-java/actions?query=workflow%3Aci+branch%3Amain
|
||||
[codecov-image]: https://codecov.io/gh/open-telemetry/opentelemetry-java/branch/main/graph/badge.svg
|
||||
[codecov-url]: https://codecov.io/gh/open-telemetry/opentelemetry-java/branch/main/
|
||||
[maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opentelemetry/opentelemetry-api/badge.svg
|
||||
|
|
|
|||
Loading…
Reference in New Issue