You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2013/10/09 16:19:54 UTC

svn commit: r1530621 - /sling/site/trunk/content/documentation/configuration.mdtext

Author: dklco
Date: Wed Oct  9 14:19:54 2013
New Revision: 1530621

URL: http://svn.apache.org/r1530621
Log:
Trying to add the anchor to the end of the link

Modified:
    sling/site/trunk/content/documentation/configuration.mdtext

Modified: sling/site/trunk/content/documentation/configuration.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/configuration.mdtext?rev=1530621&r1=1530620&r2=1530621&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/configuration.mdtext (original)
+++ sling/site/trunk/content/documentation/configuration.mdtext Wed Oct  9 14:19:54 2013
@@ -166,8 +166,8 @@ The following table is a collection of w
 | `sling.home` | Defines the file system location where Project Sling will write copies of the initial configuration. This property should also be used to define other local file system locations such as the directory to use for the Apache Felix Bundle Cache (`${sling.home}/felix` by default). If this property is not set it defaults to `${user.dir}/sling`. |
 | `sling.home.url` | Contains the Sling directory set in the `sling.home` property as a valid URL. This property may be used in situations where the Sling directory is required as an URL. This property is automatically set by the Sling application and may not be modified by configuration files. |
 | `sling.ignoreSystemProperties` | Whether to overwrite any configuration properties with Java system properties or not. By default this property is set to `true` by the Sling Servlet but not set by the Sling main class. The reason to set this by default in the Sling Servlet is to not induce values from the environment, which may not be appropriate in the Web Application case. |
-| `obr.repository.url` | A comma-separated list of OSGi Bundle Repository URLs. See *sling.properties* on the page [the Sling Launchpad]({{ refs.the-sling-launchpad.path }}). |
-| `org.apache.sling.commons.log.*` | Properties providing initial configuration to the Sling Log Service. See *sling.properties* on the page [the Sling Launchpad]({{ refs.the-sling-launchpad.path }}). |
+| `obr.repository.url` | A comma-separated list of OSGi Bundle Repository URLs. See *sling.properties* on the page [the Sling Launchpad]({{ refs.the-sling-launchpad.path }}#slingproperties). |
+| `org.apache.sling.commons.log.*` | Properties providing initial configuration to the Sling Log Service. See *sling.properties* on the page [the Sling Launchpad]({{ refs.the-sling-launchpad.path }}#slingproperties). |