Fix Javadoc hyperlink in replaceAll documentation

Change-Id: Ie0831ee76b494f866ac5e64d0eebe81eba4aeb11
Signed-off-by: Shawn O. Pearce <sop@google.com>
Reviewed-by: Brad Larson <bklarson@gmail.com>
diff --git a/src/main/java/com/google/gwtexpui/safehtml/client/SafeHtml.java b/src/main/java/com/google/gwtexpui/safehtml/client/SafeHtml.java
index e368ab3..cfe573c 100644
--- a/src/main/java/com/google/gwtexpui/safehtml/client/SafeHtml.java
+++ b/src/main/java/com/google/gwtexpui/safehtml/client/SafeHtml.java
@@ -206,8 +206,9 @@
   }
 
   /**
-   * Go through the {@link RegexFindReplace} list, calling {@link #replaceAll()}
-   * on the HTML string for every find/replace pair in the list.
+   * Go through the {@link RegexFindReplace} list, calling
+   * {@link #replaceAll(String,String)} on the HTML string for every
+   * find/replace pair in the list.
    */
   public SafeHtml replaceAll(final List<RegexFindReplace> findReplaceList) {
     if (findReplaceList == null) {