You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/08 08:39:55 UTC

[sling-site] branch master updated: fix link

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

kwin 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 a5ce5f77a fix link
a5ce5f77a is described below

commit a5ce5f77adf595f6547601c18ae1c4d68d018924
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Aug 8 10:39:51 2022 +0200

    fix link
---
 src/main/jbake/content/documentation/the-sling-engine/adapters.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/the-sling-engine/adapters.md b/src/main/jbake/content/documentation/the-sling-engine/adapters.md
index c896217d6..f123b1705 100644
--- a/src/main/jbake/content/documentation/the-sling-engine/adapters.md
+++ b/src/main/jbake/content/documentation/the-sling-engine/adapters.md
@@ -75,7 +75,7 @@ For example
 
 ## Adapter Annotations
 
-The [Adapter Annotations](https://github.com/apache/sling-adapter-annotations) provide OSGi DS 1.4 component property types that ease implementing `Adaptable` services.
+The [Adapter Annotations](https://github.com/apache/sling-org-apache-sling-adapter-annotations) provide OSGi DS 1.4 component property types that ease implementing `Adaptable` services.
 
 For adaptable implementations not provided by a dedicated OSGi service implementing `Adaptable` you should consider creating the JSON file described in the previous section with the help of the annotations from the module [Adapter Annotations (JSON)](https://github.com/apache/sling-adapter-annotations) which are evaluated by goal `generate-adapter-metadata` from the [Maven Sling Plugin](http://sling.apache.org/components/sling-maven-plugin/generate-adapter-metadata-mojo.html) ([SLING-231 [...]