Author: sseifert
Date: Thu Oct 13 21:25:47 2016
New Revision: 1764796
URL: http://svn.apache.org/viewvc?rev=1764796&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-default-implementation.mdtext
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.mdtext?rev=1764796&r1=1764795&r2=1764796&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.mdtext
Thu Oct 13 21:25:47 2016
@@ -4,7 +4,7 @@ Title: Apache Sling Context-Aware Config
# About
-By default the 'default implementation' us used by the Context-Aware
Configuration concerning lookup and persistence of configuration data, resource
and property inheritance and context path detection. Using the [SPI]({{
ref.context-aware-config-spi.path }}) it is possible to overlay, extend or
replace this functionality.
+By default the 'default implementation' us used by the Context-Aware
Configuration concerning lookup and persistence of configuration data, resource
and property inheritance and context path detection. Using the
[SPI](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.html)
it is possible to overlay, extend or replace this functionality.
This page documents the details of the default implementation.
Modified:
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.mdtext?rev=1764796&r1=1764795&r2=1764796&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration-spi.mdtext
Thu Oct 13 21:25:47 2016
@@ -7,7 +7,7 @@ Title: Apache Sling Context-Aware Config
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.
-Please use the SPI with care, and first check if the [Default
Implementation]({{ ref.context-aware-config-default-implementation.path }})
does not already fulfill your needs.
+Please use the SPI with care, and first check if the [Default
Implementation](http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration-default-implementation.html)
does not already fulfill your needs.