From 92d3fec8fabb68e8b7f12dafe1f6866d2def171e Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Wed, 11 Jun 2014 13:34:51 +0300 Subject: [PATCH] fix a broken link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1856102..72e7113 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ The output is: >>> Welcome >>> Hello -**NOTE:** Starting with version 0.9 you can define an extension directly in a jar (in classpath). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/WhazzupGreeting.java) for a real example. +**NOTE:** Starting with version 0.9 you can define an extension directly in a jar (in classpath). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/demo/WhazzupGreeting.java) for a real example. You can inject your custom component (for example PluginDescriptorFinder, ExtensionFinder, PluginClasspath, ...) in DefaultPluginManager just override `create...` methods (factory method pattern). -- 2.39.5