From 818dd3a642fd33a60c9dfd6117c14787d5a642f9 Mon Sep 17 00:00:00 2001 From: Tyler Benson Date: Fri, 4 Aug 2017 08:12:23 -0700 Subject: [PATCH] Fix download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c818a76d267..41a451247ec 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Before instrumenting your code, [install the Datadog Agent](https://app.datadogh Download the latest Datadog Java Agent: ``` -$ wget -O dd-java-agent.jar 'https://oss.jfrog.org/artifactory/oss-snapshot-local/com/datadoghq/dd-java-agent/0.1.2-SNAPSHOT/dd-java-agent-0.1.2-20170725.120841-20.jar' +wget -O dd-java-agent.jar 'https://search.maven.org/remote_content?g=com.datadoghq&a=dd-java-agent&v=LATEST' ``` Then create a file `dd-trace.yaml` anywhere in your application's classpath (or provide the file's path via `-Ddd.trace.configurationFile` when starting the application):