You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/10 12:01:13 UTC

[sling-scriptingbundle-maven-plugin] 08/17: corrected more relative links

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git

commit 0463cea8a3320803e6d20f23171de52a381d19f4
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Apr 19 11:53:09 2018 +0200

    corrected more relative links
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b998cdd..275476e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Apache Sling Scripting Maven Plugin (WIP, name not final)
 ## 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 @@ sling.resourceType;
 
 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?