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

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


The following commit(s) were added to refs/heads/master by this push:
     new b54bc8b  Link to sling website
b54bc8b is described below

commit b54bc8bbf5ae0e0bb4ee3fa75a53a355d246fffd
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Jun 18 13:45:02 2020 +0200

    Link to sling website
---
 readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/readme.md b/readme.md
index 3f92057..ee8682e 100644
--- a/readme.md
+++ b/readme.md
@@ -6,6 +6,8 @@
 
 # An Introduction to the Sling Feature Model
 
+See also the [Sling Website Feature Model 
documentation](http://sling.apache.org/tags/featuremodel.html) which includes 
tutorials and examples.
+
 OSGi is a platform capable of running large applications for a variety of 
purposes, including rich client applications, server-side systems and cloud and 
container based architectures. Typical OSGi applications are assembled out of 
bundles and configured through both, OSGi configurations and framework 
properties (though these are less frequently used than OSGi configurations). 
Depending on the nature of the application, there might be additional artifact 
types involved.
 
 As these applications are generally based on many bundles, describing each 
bundle individually in the application definition becomes unwieldy once the 
number of bundles reaches a certain level. Additionally, OSGi has no mechanism 
to describe other elements of the application definition, such as configuration 
or custom artifacts.

Reply via email to