Remove author from pubspec, fix outdated URL in readme (#63)

diff --git a/README.md b/README.md
index 6099121..a767500 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 that. If you want to explicitly work with paths of a specific style, you can
 construct a [`p.Context`][Context] for that style.
 
-[Context]: https://www.dartdocs.org/documentation/path/latest/path/Context-class.html
+[Context]: https://pub.dev/documentation/path/latest/path/Context-class.html
 
 ## Using
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 95451a9..c2f6928 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -5,7 +5,6 @@
   A string-based path manipulation library. All of the path operations you know
   and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the
   web.
-author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/path
 
 environment: