corrected more relative links
diff --git a/README.md b/README.md
index b998cdd..275476e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 ## What
 This plugin provides support for deriving `sling.resourceType` `Requirements` and `Capabilities` from
 the file-system layout of scripts. Bundles that get extended by the
-[`org.apache.sling.scripting.resolver`](../org-apache-sling-scripting-resolover/README.md) with these `Requirements` and
+[`org.apache.sling.scripting.resolver`](../org-apache-sling-scripting-resolver) with these `Requirements` and
 `Capabilities` will have their scripts made available automatically with added versioning and dependency
 support.
 
@@ -52,8 +52,8 @@
 
 For a bigger example providing several versions and using an `extends` file consider the following two projects: 
 
-  * [example](../examples/org-apache-sling-scripting-examplebundle/README.md);
-  * [example.hi](../examples/org-apache-sling-scripting-examplebundle.hi/README.md).
+  * [example](../examples/org-apache-sling-scripting-examplebundle);
+  * [example.hi](../examples/org-apache-sling-scripting-examplebundle.hi).
 
 ## So how do I use the plugin?