| Index: sdk/lib/core/object.dart
|
| diff --git a/sdk/lib/core/object.dart b/sdk/lib/core/object.dart
|
| index 2951a736a0e49167395c5f9eae3cc2fa3061ec16..e8334a77b1be0c7830c0f4cdcf893e6927b00a8f 100644
|
| --- a/sdk/lib/core/object.dart
|
| +++ b/sdk/lib/core/object.dart
|
| @@ -13,10 +13,10 @@ part of dart.core;
|
| * When you define a class, you should override [toString]
|
| * to return a string describing an instance of that class.
|
| * You might also need to define [hashCode] and [==], as described in the
|
| - * [Implementing map keys]
|
| - * (http://www.dartlang.org/docs/dart-up-and-running/contents/ch03.html#ch03-implementing-map-keys)
|
| - * section of the [library tour]
|
| - * (http://www.dartlang.org/docs/dart-up-and-running/contents/ch03.html).
|
| + * [Implementing map
|
| + * keys](https://www.dartlang.org/docs/dart-up-and-running/ch03.html#implementing-map-keys)
|
| + * section of the [library
|
| + * tour](http://www.dartlang.org/docs/dart-up-and-running/contents/ch03.html).
|
| */
|
| class Object {
|
| /**
|
|
|