Skip to content

Commit b3f8fe1

Browse files
committed
Fix Jackson URL
1 parent a1bfa41 commit b3f8fe1

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
@@ -10,7 +10,7 @@ historically not sucked:
1010

1111
* [Jetty](http://www.eclipse.org/jetty/) for HTTP servin'.
1212
* [Jersey](http://jersey.java.net/) for REST modelin'.
13-
* [Jackson](http://jackson.codehaus.org) for JSON parsin' and generatin'.
13+
* [Jackson](https://github.com/FasterXML/jackson) for JSON parsin' and generatin'.
1414
* [Logback](http://logback.qos.ch/) for loggin'.
1515
* [Hibernate Validator](http://www.hibernate.org/subprojects/validator.html) for validatin'.
1616
* [Metrics](http://metrics.dropwizard.io) for figurin' out what your application is doin' in production.

0 commit comments

Comments
 (0)