Author: bdelacretaz
Date: Fri May 17 08:57:57 2013
New Revision: 1483698

URL: http://svn.apache.org/r1483698
Log:
Link to url-to-script-resolution

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

Modified: 
sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext?rev=1483698&r1=1483697&r2=1483698&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext 
(original)
+++ sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext Fri 
May 17 08:57:57 2013
@@ -2,6 +2,9 @@ Title: Servlets and Scripts
 
 [TOC]
 
+See also [URL to Script Resolution]({{ refs.url-to-script-resolution.path }}) 
which explains how Sling maps URLs 
+to a script or and servlet.
+
 ## Servlet Registration
 
 Servlets can be registered as OSGi services. The following service reference 
properties are defined for Servlets defined as OSGi services of type 
`javax.servlet.Servlet`:
@@ -166,4 +169,4 @@ In this case, the servlet is only select
 
 ## Error Handler Servlet(s) or Scripts
 
-Error handling support is now described on the [Errorhandling]({{ 
refs.errorhandling.path }}) page.
+Error handling support is now described on the [Errorhandling]({{ 
refs.errorhandling.path }}) page.
\ No newline at end of file


Reply via email to