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:14 UTC

[sling-scriptingbundle-maven-plugin] 09/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 15948fb1c68342a8baae2738f39c9231b1fb472f
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Apr 19 11:53:50 2018 +0200

    corrected more relative links
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 275476e..ab13d7a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ expects the following layout:
 javax.script/<sling-resourceType>/<version>/[<METHOD>.]<name>[.<selector>][.<extension>].<script-extension>
 ```
 
-From that, it will create an appropriate `Provide-Capability` (see the ["How"](../org-apache-sling-scripting-resolover/README.md#how)
+From that, it will create an appropriate `Provide-Capability` (see the ["How"](../org-apache-sling-scripting-resolver/README.md#how)
 section of the scripting resolver) with the following extra assumptions:
 
   * if the `name` part equals the `sling.resourceType` or the last part of it, it is assumed to be the name of the main script;