OSDN Git Service

Fix broken link in docstring. issue 1194
[android-x86/dalvik.git] / libcore / regex / src / main / java / java / util / regex / Pattern.java
index c058db8..3e481da 100644 (file)
@@ -47,7 +47,7 @@ import com.ibm.icu4jni.regex.NativeRegEx;
  *     boolean b2 = Pattern.matches("Hello, A[a-z]*!", "Hello, Robot!");   // false
  * </pre>
  * <p/>
- * Please consult the <a href="package.html">package documentation</a> for an
+ * Please consult the <a href="package-summary.html">package documentation</a> for an
  * overview of the regular expression syntax used in this class as well as
  * Android-specific implementation details.
  *