From b436f3fdb6fedb780bf57d5c08751a58b79a5dfb Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Mon, 2 Oct 2017 16:04:55 +0900 Subject: [PATCH] Fix the broken Jersey link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ab487..fd33f11 100644 --- a/README.md +++ b/README.md @@ -695,7 +695,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks specifically for creating RESTful services.* * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics. -* [Jersey](https://github.com:jersey/jersey) - JAX-RS reference implementation. +* [Jersey](https://jersey.github.io/) - JAX-RS reference implementation. * [Microserver](https://github.com/aol/micro-server) — A convenient, extensible microservices plugin system for Spring & Spring Boot. With more than 30 plugins and growing, it supports both micro-monolith and pure microservices styles. * [Rapidoid](http://www.rapidoid.org/) - A simple, secure and extremely fast framework consisting of an embedded HTTP server, GUI components and dependency injection. * [rest.li](https://github.com/linkedin/rest.li) - Framework for building robust, scalable RESTful architectures using typesafe bindings and asynchronous, non-blocking IO with an end-to-end developer workflow that promotes clean practices, uniform interface design and consistent data modeling.