You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/09/16 18:23:05 UTC

[sling-site] branch master updated: SLING-10820 fix broken link

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 39dc07b  SLING-10820 fix broken link
39dc07b is described below

commit 39dc07b3cb24c76ca0f5325c99a8fcbccc4144f2
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Sep 16 20:22:55 2021 +0200

    SLING-10820 fix broken link
---
 src/main/jbake/content/documentation/bundles/models.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/bundles/models.md b/src/main/jbake/content/documentation/bundles/models.md
index 411cc0a..c4b0139 100644
--- a/src/main/jbake/content/documentation/bundles/models.md
+++ b/src/main/jbake/content/documentation/bundles/models.md
@@ -110,7 +110,7 @@ Since Sling Models 1.2.0 there is another way of instantiating models. The OSGi
 In addition `ModelFactory` provides methods for checking whether a given class is a model at all (having the model annotation) or whether a class can be adapted from a given adaptable.
 
 ## Usage in HTL
-[Sling Models Use Provider](../scripting/scripting-htl.html#sling-models-use-provider) (internally uses the `ModelFactory` from above).
+[Sling Models Use Provider](/documentation/bundles/scripting/scripting-htl.html#sling-models-use-provider) (internally uses the `ModelFactory` from above).
 
 # Other Options
 ## Names