aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-06-11 13:34:51 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-06-11 13:34:51 +0300
commit92d3fec8fabb68e8b7f12dafe1f6866d2def171e (patch)
tree0eedee6f677e27eb496dca380e6ade3f0d183af1 /README.md
parentac69a92a90d605b10a620eaa4587ab392945da1b (diff)
downloadpf4j-92d3fec8fabb68e8b7f12dafe1f6866d2def171e.tar.gz
pf4j-92d3fec8fabb68e8b7f12dafe1f6866d2def171e.zip
fix a broken link in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).