Author: sseifert
Date: Thu Oct 13 21:23:47 2016
New Revision: 1764795

URL: http://svn.apache.org/viewvc?rev=1764795&view=rev
Log:
woraround: use absolute external links instead of internal references, they did 
not work

Modified:
    
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext

Modified: 
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext?rev=1764795&r1=1764794&r2=1764795&view=diff
==============================================================================
--- 
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext
 (original)
+++ 
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext
 Thu Oct 13 21:23:47 2016
@@ -82,13 +82,13 @@ Internally the ConfigurationResolver use
 
 # Contexts and configuration references
 
-When you use the [Default Implementation]({{ 
ref.context-aware-configuration-default-implementation.path }}) contexts in the 
content resource hierarchy is defined by setting `sling:config-ref` properties. 
Each resource that has a `sling:config-ref` property set defines the root 
resource of a context, the whole subtree is the context. Within the subtree 
further nested contexts can be defined. The property contains a resource path 
pointing to a resource below `/conf`. This is the configuration reference.
+When you use the [Default 
Implementation](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html)
 contexts in the content resource hierarchy is defined by setting 
`sling:config-ref` properties. Each resource that has a `sling:config-ref` 
property set defines the root resource of a context, the whole subtree is the 
context. Within the subtree further nested contexts can be defined. The 
property contains a resource path pointing to a resource below `/conf`. This is 
the configuration reference.
 
 Example:
 
 ![Context and config reference](context-and-config-reference.png)
 
-If you define nested contexts or use a deeper hierarchy of resourced in 
`/conf` the inheritance rules are applied. Additionally it is possible to 
define default values as fallback if no configuration resource exists yet in 
`/conf`. See [Default Implementation]({{ 
ref.context-aware-configuration-default-implementation.path }}) for details.
+If you define nested contexts or use a deeper hierarchy of resourced in 
`/conf` the inheritance rules are applied. Additionally it is possible to 
define default values as fallback if no configuration resource exists yet in 
`/conf`. See [Default 
Implementation](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html)
 for details.
 
 
 # Describe configurations via annotation classes
@@ -157,12 +157,12 @@ Example configuration:
 
 The Context-Aware Configuration implementation provides a set of Service 
Provider Interfaces (SPI) that allows you to overlay, enhance or replace the 
default implementation and adapt it to your needs.
 
-See [SPI]({{ ref.context-aware-configuration-spi.path }}) for details.
+See 
[SPI](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html)
 for details.
 
 
 # References
 
-* [Context-Aware Configuration - Default Implementation]({{ 
ref.context-aware-configuration-default-implementation.path }})
-* [Context-Aware Configuration - SPI]({{ 
ref.context-aware-configuration-spi.path }})
+* [Context-Aware Configuration - Default 
Implementation](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html)
+* [Context-Aware Configuration - 
SPI](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html)
 * [Sling Context-Aware Configuration - Talk from adaptTo() 
2016](https://adapt.to/2016/en/schedule/sling-context-aware-configuration.html)
 


Reply via email to