Remove references to dartlang.org (#903)

diff --git a/pubspec.yaml b/pubspec.yaml
index 16c6dd0..bcb2d5c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,6 @@
 name: dart_style
 # Note: See tool/grind.dart for how to bump the version.
 version: 1.3.4-dev
-author: Dart Team <misc@dartlang.org>
 description: >-
   Opinionated, automatic Dart source code formatter.
   Provides an API and a CLI tool.
diff --git a/test/regression/0800/0802.unit b/test/regression/0800/0802.unit
index 6e7323e..6d1fad5 100644
--- a/test/regression/0800/0802.unit
+++ b/test/regression/0800/0802.unit
@@ -15,10 +15,10 @@
 >>>
 String _link(String version, String owner, String name) =>
     '${_anchorUriForName(owner, name)}: '
-        'https://pub.dartlang.org/documentation/json_annotation/$version/'
+        'https://pub.dev/documentation/json_annotation/$version/'
         'json_annotation/$owner/$name.html';
 <<<
 String _link(String version, String owner, String name) =>
     '${_anchorUriForName(owner, name)}: '
-    'https://pub.dartlang.org/documentation/json_annotation/$version/'
+    'https://pub.dev/documentation/json_annotation/$version/'
     'json_annotation/$owner/$name.html';
\ No newline at end of file