File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://apm-ci.elastic.co/job/elastic+apm-agent-java+master/badge/icon )] ( https://apm-ci.elastic.co/job/elastic+apm-agent-java+master/ )
22[ ![ codecov] ( https://codecov.io/gh/elastic/apm-agent-java/branch/master/graph/badge.svg )] ( https://codecov.io/gh/elastic/apm-agent-java )
3- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.elastic.apm/apm-agent-api.svg )] ( http ://search.maven.org/# search%7Cga%7C1%7Cg%3A%22co .elastic.apm%22% 20AND%20a%3A%22apm-agent-api%22 )
3+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/co.elastic.apm/apm-agent-api.svg )] ( https ://search.maven.org/search?q=g:co .elastic.apm%20AND%20a:elastic-apm-agent )
44
55# apm-agent-java
66
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Please also have a look at the documentation for
3333=== Get started
3434
3535The first step in getting started with the Elastic APM Java agent ist to download the latest release of the agent jar file from
36- link:http ://search.maven.org/# search%7Cga%7C1%7Cg%3A%22co .elastic.apm%22% 20AND%20a%3A%22elastic -apm-agent%22 [maven central].
36+ link:https ://search.maven.org/search?q=g:co .elastic.apm%20AND%20a:elastic -apm-agent[maven central].
3737
3838NOTE: Don't declare a dependency to the agent in your application.
3939
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ compile "co.elastic.apm:apm-opentracing:$elasticApmVersion"
5656----
5757
5858Replace the version placeholders with the
59- link:http ://search.maven.org/# search%7Cga%7C1%7Cg%3A%22co .elastic.apm%22% 20AND%20a%3A%22apm -opentracing%22 [
59+ link:https ://search.maven.org/search?q=g:co .elastic.apm%20AND%20a:apm -opentracing[
6060latest version from maven central]:
6161image:https://img.shields.io/maven-central/v/co.elastic.apm/apm-opentracing.svg[Maven Central]
6262
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ compile "co.elastic.apm:apm-agent-api:$elasticApmVersion"
2828----
2929
3030Replace the version placeholders with the
31- link:http ://search.maven.org/# search%7Cga%7C1%7Cg%3A%22co .elastic.apm%22% 20AND%20a%3A%22apm -agent-api%22 [
31+ link:https ://search.maven.org/search?q=g:co .elastic.apm%20AND%20a:apm -agent-api[
3232latest version from maven central]:
3333image:https://img.shields.io/maven-central/v/co.elastic.apm/apm-agent-api.svg[Maven Central]
3434
You can’t perform that action at this time.
0 commit comments