Skip to content

Commit 826fea4

Browse files
authored
Update URLs to point to pub.dev (flutter#11)
- Point links at `pub.dev` instead of `dartdocs.org`. - Remove unused `author` field from pubspec.
1 parent bb99fa4 commit 826fea4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ characters instead. It currently defaults to `false`, although in the future it
2222
may default to `true` for applications running on the Dart VM on Windows. For
2323
example:
2424

25-
[ascii]: https://www.dartdocs.org/documentation/term_glyph/latest/term_glyph/ascii.html
25+
[ascii]: https://pub.dev/documentation/term_glyph/latest/term_glyph/ascii.html
2626

2727
```dart
2828
import 'dart:io';

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: term_glyph
22
version: 1.1.1-dev
33

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

87
environment:

0 commit comments

Comments
 (0)