Skip to content

Commit 289438c

Browse files
authored
Merge pull request #97 from DataDog/tyler/fix-link
Fix download link
2 parents 4927f40 + 818dd3a commit 289438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before instrumenting your code, [install the Datadog Agent](https://app.datadogh
3232
Download the latest Datadog Java Agent:
3333

3434
```
35-
$ 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'
35+
wget -O dd-java-agent.jar 'https://search.maven.org/remote_content?g=com.datadoghq&a=dd-java-agent&v=LATEST'
3636
```
3737

3838
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):

0 commit comments

Comments
 (0)