From: Decebal Suiu Date: Wed, 11 Jun 2014 10:34:51 +0000 (+0300) Subject: fix a broken link in readme X-Git-Tag: release-0.9.0~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=92d3fec8fabb68e8b7f12dafe1f6866d2def171e;p=pf4j.git fix a broken link in readme --- 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).