Skip to content

Commit

Permalink
Merge pull request #61 from billryan/master
Browse files Browse the repository at this point in the history
Fix Java library repo URL
  • Loading branch information
gkleiman committed Oct 2, 2017
2 parents 64c6ccc + b384cfe commit c67801d
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 @@ -27,7 +27,7 @@ There are great JVM libraries for every part of a REST stack. Chaos just glues t
* [Guava](https://code.google.com/p/guava-libraries/) for lifecycle management and various utilities
* [Jetty](http://www.eclipse.org/jetty/) as the web server and servlet container
* [Jackson](http://wiki.fasterxml.com/JacksonHome) for JSON support
* [Coda Hale's Metrics](https://github.com/codahale/metrics) for JVM and application metrics
* [Coda Hale's Metrics](https://github.com/dropwizard/metrics) for JVM and application metrics

## Getting Started

Expand Down

0 comments on commit c67801d

Please sign in to comment.