SLING-6249 fix links in javadoc

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1771447 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java b/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java
index 5ac578d..43f8c81 100644
--- a/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java
+++ b/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java
@@ -33,7 +33,7 @@
      * a service providing the absolute paths under which the servlet is
      * accessible as a resource (value is "sling.servlet.paths").
      * A relative path is made absolute by prefixing it with the value set through the 
-     * {#link SLING_SERVLET_PREFIX} property. 
+     * {@link #SLING_SERVLET_PREFIX} property. 
      * <p>
      * The type of this property is a String or String[] (array of strings)
      * denoting the path(s) under which the servlet is registered in the
@@ -52,7 +52,7 @@
      * a service containing the resource type(s) supported by the servlet (value
      * is "sling.servlet.resourceTypes").
      * A relative resource type is made absolute by prefixing it with the value set through the 
-     * {#link SLING_SERVLET_PREFIX} property. 
+     * {@link #SLING_SERVLET_PREFIX} property. 
      * <p>
      * The type of this property is a String or String[] (array of strings)
      * denoting the resource types.