From 4e33c4b7c8a0d35d7f3bb27be0b496916275038e Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Wed, 30 Dec 2015 05:21:36 +0200 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1317ab..76e60e9 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/ for a real example. This is great for starting application phase. In this scenario you have a minimalist plugin framework with one class loader -(the application class loader), similar with Java ServiceLoader(https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html) +(the application class loader), similar with Java [ServiceLoader](https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html) but with the following benefits: - no need to write provider-configuration files in the resource directory `META-INF/services`, you using the elegant `@Extension` annotation from PF4J