Skip to content

Commit

Permalink
Merge pull request #97 from DataDog/tyler/fix-link
Browse files Browse the repository at this point in the history
Fix download link
  • Loading branch information
tylerbenson authored Aug 4, 2017
2 parents 4927f40 + 818dd3a commit 289438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 289438c

Please sign in to comment.