]> source.dussan.org Git - pf4j.git/commitdiff
Update WhazzupGreeting link (#592)
authorSebastian Aigner <SebastianAigner@users.noreply.github.com>
Thu, 24 Oct 2024 17:44:57 +0000 (19:44 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 17:44:57 +0000 (20:44 +0300)
README.md

index b418d1d5bdbeb7b3b1dd948324dd2cddced65167..562dae6ef5b8b36527ad21782828e1967678f98e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Plugin Framework for Java (PF4J)
 A plugin is a way for a third party to extend the functionality of an application. A plugin implements extension points
 declared by application or other plugins. Also, a plugin can define extension points.  
 
-**NOTE:** Starting with version 0.9 you can define an extension directly in the application jar (you're not obligated to put the extension in a plugin - you can see this extension as a default/system extension). See [WhazzupGreeting](https://github.com/pf4j/pf4j/blob/master/demo/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java) for a real example.  
+**NOTE:** Starting with version 0.9 you can define an extension directly in the application jar (you're not obligated to put the extension in a plugin - you can see this extension as a default/system extension). See [WhazzupGreeting](https://github.com/pf4j/pf4j/blob/master/demo/gradle/app/src/main/java/org/pf4j/demo/WhazzupGreeting.java) for a real example.  
 
 Features/Benefits
 -------------------