Skip to content

Commit 0d152ef

Browse files
Merge pull request #310778 from KarlErickson/karler-links
fix links
2 parents b52bd5e + def20d8 commit 0d152ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/spring-apps/basic-standard/how-to-elastic-apm-java-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Before proceeding, you need your Elastic APM server connectivity information han
8585

8686
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-endpoint-secret.png" alt-text="Screenshot of the Elastic APM & Fleet page with Copy endpoint and APM Server secret token highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-endpoint-secret.png":::
8787

88-
1. Download Elastic APM Java Agent from [Maven Central](https://search.maven.org/search?q=g:co.elastic.apm%20AND%20a:elastic-apm-agent).
88+
1. Download Elastic APM Java Agent from [Maven Central](https://central.sonatype.com/search?q=co.elastic.apm+elastic-apm-agent).
8989

9090
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/maven-central-repository-search.png" alt-text="Screenshot of Maven Central with jar download highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/maven-central-repository-search.png":::
9191

articles/spring-apps/migration/migrate-to-azure-container-apps-components-live-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use the following steps to provision the component:
7474

7575
## Update your container app dependency
7676

77-
To integrate the Admin component into your container app, add the following dependency to your **pom.xml** file. Replace the version number with the latest version from the [Maven Repository](https://search.maven.org/artifact/de.codecentric/spring-boot-admin-starter-client).
77+
To integrate the Admin component into your container app, add the following dependency to your **pom.xml** file. Replace the version number with the latest version from the [Maven Repository](https://central.sonatype.com/artifact/de.codecentric/spring-boot-admin-starter-client).
7878

7979
```xml
8080
<dependency>

0 commit comments

Comments
 (0)