Skip to content

Commit 6b39a97

Browse files
authored
Merge pull request #111985 from MS-jgol/java-links
update config links
2 parents 372f933 + 6c8cbb9 commit 6b39a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add `-javaagent:path/to/applicationinsights-agent-3.0.0-PREVIEW.3.jar` to your a
2828

2929
Typical JVM args include `-Xmx512m` and `-XX:+UseG1GC`. So if you know where to add these, then you already know where to add this.
3030

31-
For additional help with configuring your application's JVM args, please see [3.0 Preview: Tips for updating your JVM args](https://github.com/microsoft/ApplicationInsights-Java/wiki/3.0-Preview:-Tips-for-updating-your-JVM-args).
31+
For additional help with configuring your application's JVM args, please see [3.0 Preview: Tips for updating your JVM args](https://docs.microsoft.com/azure/azure-monitor/app/java-standalone-arguments).
3232

3333
**3. Point the agent to your Application Insights resource**
3434

@@ -76,7 +76,7 @@ In the `ApplicationInsights.json` file, you can additionally configure:
7676
* HTTP Proxy
7777
* Self diagnostics
7878

79-
See details at [3.0 Public Preview: Configuration Options](https://github.com/microsoft/ApplicationInsights-Java/wiki/3.0-Preview:-Configuration-Options).
79+
See details at [3.0 Public Preview: Configuration Options](https://docs.microsoft.com/azure/azure-monitor/app/java-standalone-config).
8080

8181
## Autocollected requests, dependencies, logs, and metrics
8282

0 commit comments

Comments
 (0)