Author: bdelacretaz
Date: Thu Mar 7 12:47:39 2013
New Revision: 1453826
URL: http://svn.apache.org/r1453826
Log:
fix links
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=1453826&r1=1453825&r2=1453826&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext
(original)
+++ sling/site/trunk/content/documentation/the-sling-engine/servlets.mdtext Thu
Mar 7 12:47:39 2013
@@ -67,9 +67,9 @@ There are two ways of doing this, either
### Automated tests
-The [launchpad/test-services]({{
refs.http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/.path
}}) module contains test servlets that use various combinations of the above
properties.
+The
[launchpad/test-services](http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/)
module contains test servlets that use various combinations of the above
properties.
-The [launchpad/integration-tests]({{
refs.http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/.path
}}) module contains a number of tests (like the
[ExtensionServletTest|http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/ExtensionServletTest.java]
for example) that verify the results.
+The
[launchpad/integration-tests](http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/)
module contains a number of tests (like the
[ExtensionServletTest|http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/ExtensionServletTest.java]
for example) that verify the results.
Such tests run as part of our continuous integration process, to demonstrate
and verify the behavior of the various servlet registration mechanisms, in a
way that's guaranteed to be in sync with the actual Sling core code. If you
have an idea for additional tests, make sure to let us know!