Skip to content

Commit 13f0d46

Browse files
committed
Update links to search.maven.org
This site has undergone a major rework and the old links don't work anymore
1 parent d792add commit 13f0d46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

docs/intro.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Please also have a look at the documentation for
3333
=== Get started
3434

3535
The 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

3838
NOTE: Don't declare a dependency to the agent in your application.
3939

docs/opentracing.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ compile "co.elastic.apm:apm-opentracing:$elasticApmVersion"
5656
----
5757

5858
Replace 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[
6060
latest version from maven central]:
6161
image:https://img.shields.io/maven-central/v/co.elastic.apm/apm-opentracing.svg[Maven Central]
6262

docs/public-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compile "co.elastic.apm:apm-agent-api:$elasticApmVersion"
2828
----
2929

3030
Replace 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[
3232
latest version from maven central]:
3333
image:https://img.shields.io/maven-central/v/co.elastic.apm/apm-agent-api.svg[Maven Central]
3434

0 commit comments

Comments
 (0)