You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/03/27 10:11:09 UTC

[sling-slingfeature-maven-plugin] branch master updated: Add link to feature archives documentation

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 04d44c5  Add link to feature archives documentation
04d44c5 is described below

commit 04d44c57bfaeed11275646a7187c14f472bb4819
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Mar 27 11:11:01 2020 +0100

    Add link to feature archives documentation
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 966a66b..a19561c 100644
--- a/README.md
+++ b/README.md
@@ -291,7 +291,7 @@ found in `src/main/features` as well as features produce with the `aggregate-fea
 
 ## Create Feature Archives (attach-featurearchives)
 
-A feature archive contains one or more features together with all artifacts referenced by the feature like bundles or other binary artifacts. With this goal such an archive can be created for features and attached to the project.
+A [feature archive](https://github.com/apache/sling-org-apache-sling-feature/blob/master/docs/feature-archives.md) contains one or more features together with all artifacts referenced by the feature like bundles or other binary artifacts. With this goal such an archive can be created for features and attached to the project.
 
 By default all features known to the project are used to create feature archive for each feature, this includes features which are part of the source of the project, features generated by other plugins and aggregates.