Skip to content

Commit

Permalink
Fix javaagent download link (#153086)
Browse files Browse the repository at this point in the history
## Summary

The URL we provide to download the Java agent from maven central is not
working as it used to.
This is exactly the same issue that was solved here:
elastic/apm-agent-java#3045 for more details.


### Checklist

This is just changing an URL in APM agent setup instructions

### Risk Matrix
This is just changing an URL in APM agent setup instructions, thus very
low risk

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
  • Loading branch information
SylvainJuge authored Mar 20, 2023
1 parent ecd98ef commit 7d3f78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export const createJavaAgentInstructions = (
Do **not** add the agent as a dependency to your application.',
values: {
mavenCentralLink:
'http://search.maven.org/#search%7Cga%7C1%7Ca%3Aelastic-apm-agent',
'https://central.sonatype.com/search?q=g%253Aco.elastic.apm%2520a%253Aelastic-apm-agent&sort=published',
},
}),
},
Expand Down

0 comments on commit 7d3f78c

Please sign in to comment.