Fix URLs throughout the package (dart-lang/pubspec_parse#58)
diff --git a/pkgs/pubspec_parse/README.md b/pkgs/pubspec_parse/README.md
index a95459c..7287d5f 100644
--- a/pkgs/pubspec_parse/README.md
+++ b/pkgs/pubspec_parse/README.md
@@ -1,13 +1,7 @@
[](https://travis-ci.org/dart-lang/pubspec_parse)
+[](https://pub.dev/packages/pubspec_parse)
Supports parsing `pubspec.yaml` files with robust error reporting and support
for most of the documented features.
-Read more about the
-[pubspec format](https://www.dartlang.org/tools/pub/pubspec).
-
-## Features and bugs
-
-Please file feature requests and bugs at the [issue tracker].
-
-[issue tracker]: https://github.com/dart-lang/pubspec_parse/issues
+Read more about the [pubspec format](https://dart.dev/tools/pub/pubspec).
diff --git a/pkgs/pubspec_parse/build.yaml b/pkgs/pubspec_parse/build.yaml
index 1525ab8..874c975 100644
--- a/pkgs/pubspec_parse/build.yaml
+++ b/pkgs/pubspec_parse/build.yaml
@@ -1,4 +1,4 @@
-# Read about `build.yaml` at https://pub.dartlang.org/packages/build_config
+# Read about `build.yaml` at https://pub.dev/packages/build_config
# To update generated code, run `pub run build_runner build`
targets:
$default:
diff --git a/pkgs/pubspec_parse/lib/src/pubspec.dart b/pkgs/pubspec_parse/lib/src/pubspec.dart
index 7358389..e3dbac1 100644
--- a/pkgs/pubspec_parse/lib/src/pubspec.dart
+++ b/pkgs/pubspec_parse/lib/src/pubspec.dart
@@ -28,9 +28,7 @@
///
/// Accepted values: `null`, `'none'` or an `http` or `https` URL.
///
- /// If not specified, the pub client defaults to `https://pub.dartlang.org`.
- ///
- /// [More information](https://www.dartlang.org/tools/pub/pubspec#publish_to).
+ /// [More information](https://dart.dev/tools/pub/pubspec#publish_to).
final String publishTo;
/// Optional field to specify the source code repository of the package.
diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml
index 7856305..a148e7f 100644
--- a/pkgs/pubspec_parse/pubspec.yaml
+++ b/pkgs/pubspec_parse/pubspec.yaml
@@ -4,7 +4,6 @@
error reporting.
version: 0.1.6-dev
homepage: https://github.com/dart-lang/pubspec_parse
-author: Dart Team <misc@dartlang.org>
environment:
sdk: '>=2.6.0 <3.0.0'