From f2cd4a89950134e850d11e414ef63763cffc7d9a Mon Sep 17 00:00:00 2001 From: Vyacheslav Rusakov Date: Tue, 14 Oct 2014 17:17:08 +0700 Subject: [PATCH] fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4d361df4..b740f028d 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ Custom base class is required, because default `HealthCheck` did not provide che [JerseyProviderInstaller](https://github.com/xvik/dropwizard-guicey/blob/master/src/main/java/ru/vyarus/dropwizard/guice/module/installer/feature/provider/JerseyProviderInstaller.java) finds classes annotated with jersey `@Provider` annotation and register their instance in environment (forced singleton). Suitable for all type of extensions, -like [InjectableProvider](https://github.com/xvik/dropwizard-guicey/tree/master/src/test/groovy/ru/vyarus/dropwizard/guice/support/provider/LocaleInjectableProvider.java), -[ExceptionMapper](https://github.com/xvik/dropwizard-guicey/tree/master/src/test/groovy/ru/vyarus/dropwizard/guice/support/feature/DummyExceptionMapper.java) etc +like [InjectableProvider](https://github.com/xvik/dropwizard-guicey/blob/master/src/test/groovy/ru/vyarus/dropwizard/guice/support/provider/LocaleInjectableProvider.groovy), +[ExceptionMapper](https://github.com/xvik/dropwizard-guicey/tree/master/src/test/groovy/ru/vyarus/dropwizard/guice/support/feature/DummyExceptionMapper.groovy) etc (everything you would normally pass into `environment.jersey().register()`. [EagerSingletonInstaller](https://github.com/xvik/dropwizard-guicey/blob/master/src/main/java/ru/vyarus/dropwizard/guice/module/installer/feature/eager/EagerSingletonInstaller.java) @@ -395,4 +395,4 @@ utilities for adding new annotations support * [dropwizard-orient-server](https://github.com/xvik/dropwizard-orient-server) - embedded orientdb server for dropwizard - -[![Slush java lib generator](http://img.shields.io/badge/Powered%20by-Slush%20java%20lib%20generator-orange.svg?style=flat-square)](https://github.com/xvik/slush-lib-java) \ No newline at end of file +[![Slush java lib generator](http://img.shields.io/badge/Powered%20by-Slush%20java%20lib%20generator-orange.svg?style=flat-square)](https://github.com/xvik/slush-lib-java)