Update URLs to point to pub.dev (dart-lang/term_glyph#11) - Point links at `pub.dev` instead of `dartdocs.org`. - Remove unused `author` field from pubspec.
diff --git a/pkgs/term_glyph/README.md b/pkgs/term_glyph/README.md index 0d5b78c..0d64ced 100644 --- a/pkgs/term_glyph/README.md +++ b/pkgs/term_glyph/README.md
@@ -22,7 +22,7 @@ may default to `true` for applications running on the Dart VM on Windows. For example: -[ascii]: https://www.dartdocs.org/documentation/term_glyph/latest/term_glyph/ascii.html +[ascii]: https://pub.dev/documentation/term_glyph/latest/term_glyph/ascii.html ```dart import 'dart:io';
diff --git a/pkgs/term_glyph/pubspec.yaml b/pkgs/term_glyph/pubspec.yaml index 9c650e3..06d09d5 100644 --- a/pkgs/term_glyph/pubspec.yaml +++ b/pkgs/term_glyph/pubspec.yaml
@@ -2,7 +2,6 @@ version: 1.1.1-dev description: Useful Unicode glyphs and ASCII substitutes. -author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/term_glyph environment: