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

[sling-org-apache-sling-feature-apiregions] branch master updated: Update README.md to refer API Regions description

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 76d79c6  Update README.md to refer API Regions description
76d79c6 is described below

commit 76d79c617f1ae2e84f8948b7180e409fce53c300
Author: David Bosschaert <da...@gmail.com>
AuthorDate: Wed Aug 21 10:07:35 2019 +0100

    Update README.md to refer API Regions description
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 91fa347..d4de546 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
 
 The API Regions runtime component is implemented as an OSGi Framework Extension bundle.
 This ensures that the runtime component is always present early in the startup process.
+For more information about API Regions see https://github.com/apache/sling-org-apache-sling-feature/blob/master/apicontroller.md
 
 This component registers an OSGi resolver hook service which enforces the API regions at runtime. The component looks for properties files that provide the configuration of the API regions. The properties files are generated by the https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions component during the extension post-processing.
 
@@ -47,4 +48,4 @@ Key | Value
 No meta type is defined for this configuration since it's not a typical user setting. However, when using the web console
 the configuration can be created using `curl`: 
 
-    curl -u <user>:<pass> -X POST -d "apply=true" -d "propertylist=disable" -d "disable=true" http://localhost:8080/system/console/configMgr/org.apache.sling.feature.apiregions.impl
\ No newline at end of file
+    curl -u <user>:<pass> -X POST -d "apply=true" -d "propertylist=disable" -d "disable=true" http://localhost:8080/system/console/configMgr/org.apache.sling.feature.apiregions.impl