From 296ea76765b6e84c50b285a9c9081682e3f445e4 Mon Sep 17 00:00:00 2001 From: Gili Tzabari Date: Mon, 2 Oct 2017 13:56:01 -0400 Subject: [PATCH] Fixed broken link to Jersey documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbfc16a..081e7fe1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Due to auto-registration, it should be possible to simply add Maven dependency provider. If this does not work you need to consult documentation of the JAX-RS implementation for details. -To use Jackson with Jersey see [their documentation](https://jersey.java.net/documentation/latest/media.html#json.jackson). +To use Jackson with Jersey see [their documentation](https://jersey.github.io/documentation/latest/media.html#json.jackson). ### Usage: registering supporting datatypes module