Skip to content

Commit

Permalink
Update URLs to point to pub.dev (#11)
Browse files Browse the repository at this point in the history
- Point links at `pub.dev` instead of `dartdocs.org`.
- Remove unused `author` field from pubspec.
  • Loading branch information
kevmoo authored May 20, 2020
1 parent bb99fa4 commit 826fea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: term_glyph
version: 1.1.1-dev

description: Useful Unicode glyphs and ASCII substitutes.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/term_glyph

environment:
Expand Down

0 comments on commit 826fea4

Please sign in to comment.