aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Aigner <SebastianAigner@users.noreply.github.com>2024-10-24 19:44:57 +0200
committerGitHub <noreply@github.com>2024-10-24 20:44:57 +0300
commita401c18650b70e5c1a526db68be9cc575da726a6 (patch)
treec2fa89bf2abad50cb6f1c2c2e3e8bfb0c78f6497
parentfca8a174a66c84cd6a9cbf2a421b693a27e16947 (diff)
downloadpf4j-a401c18650b70e5c1a526db68be9cc575da726a6.tar.gz
pf4j-a401c18650b70e5c1a526db68be9cc575da726a6.zip
Update WhazzupGreeting link (#592)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b418d1d..562dae6 100644
--- 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
-------------------