From 826fea47c247da7aad317a294494b14b25d31e7f Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 20 May 2020 09:42:50 -0700 Subject: [PATCH] Update URLs to point to pub.dev (#11) - Point links at `pub.dev` instead of `dartdocs.org`. - Remove unused `author` field from pubspec. --- README.md | 2 +- pubspec.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d5b78c..0d64ced 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ characters instead. It currently defaults to `false`, although in the future it 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/pubspec.yaml b/pubspec.yaml index 9c650e3..06d09d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,6 @@ name: term_glyph version: 1.1.1-dev description: Useful Unicode glyphs and ASCII substitutes. -author: Dart Team homepage: https://github.com/dart-lang/term_glyph environment: