You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/09/22 12:17:08 UTC

svn commit: r1761921 - /sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext

Author: kwin
Date: Thu Sep 22 12:17:08 2016
New Revision: 1761921

URL: http://svn.apache.org/viewvc?rev=1761921&view=rev
Log:
add link to dedicated mappings page

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext

Modified: sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext?rev=1761921&r1=1761920&r2=1761921&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext (original)
+++ sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext Thu Sep 22 12:17:08 2016
@@ -69,6 +69,8 @@ The path mapping functionality may be us
 
 The `map(String)` applies the path mapping algorithm in the reverse order. That is, first the path mappings are reversed and then any virtual mappings are checked. So, a path `/content/sample` might be mapped `/sample` to revers the `/content` prefixing. Or the main administrative page - say `/system/admin/main.html` \- may be mapped to the virtual URL `/`.
 
+More details on mappings can be found at [Mappings for Resource Resolution]({{ refs.mappings-for-resource-resolution.path }}).
+
 ### Relative Path Resolution
 
 Sometimes it is required to resolve relative paths to Resources. An example of such a use case is Script and Servlet resolution which starts with a relative path consisting of the Resource type, optional selectors and the request extension or method name. By scanning a search path for these relative paths a system provided Resource may be overwritten with some user defined implementation.