Remove dartlang.org links
diff --git a/README.md b/README.md
index 1ad45af..2b05e91 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
    implementing those best practices.
 
 Most of the recommended lints directly implement the guidelines set out in
-[Effective Dart](https://www.dartlang.org/guides/language/effective-dart).
+[Effective Dart](https://dart.dev/guides/language/effective-dart).
 In a few cases the lints are stricter than the style guide for the sake of
 consistency. Details [below](#stricter-than-effective-dart).
 
diff --git a/pubspec.yaml b/pubspec.yaml
index b70f9a9..e2562b1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,7 @@
 name: pedantic
 version: 1.9.0
-description: >
+description: >-
   The Dart analyzer settings and best practices used internally at Google.
-author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/pedantic
 
 environment: