Index: sdk/lib/core/string.dart |
diff --git a/sdk/lib/core/string.dart b/sdk/lib/core/string.dart |
index 599ad0f0ddab88971125ec52dd5799118e748e8e..39641df87e5439b414095eed8f9d017a9d4b0d71 100644 |
--- a/sdk/lib/core/string.dart |
+++ b/sdk/lib/core/string.dart |
@@ -86,9 +86,8 @@ part of dart.core; |
* Also see: |
* * [Dart Cookbook](https://www.dartlang.org/docs/cookbook/#strings) |
- * for String examples and recipes. |
- * * [Dart Up and Running] |
- * (https://www.dartlang.org/docs/dart-up-and-running/contents/ch03.html#ch03-strings-and-regular-expressions) |
+ * for String examples and recipes. |
+ * * [Dart Up and Running](https://www.dartlang.org/docs/dart-up-and-running/ch03.html#strings-and-regular-expressions) |
*/ |
abstract class String implements Comparable<String>, Pattern { |
/** |