Skip to content

Commit 56007a9

Browse files
authored
Remove dartlang.org links (#395)
1 parent a131e56 commit 56007a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1-FAILING_CONNECTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This package is a wrapper around the HttpClient from dart:io and HttpRequest
1616
from dart:html. Before filing a bug here verify that the issue is not surfaced
1717
when using those interfaces directly.
1818

19-
https://api.dartlang.org/stable/dart-io/HttpClient-class.html
20-
https://api.dartlang.org/stable/dart-html/HttpRequest-class.html
19+
https://api.dart.dev/stable/dart-io/HttpClient-class.html
20+
https://api.dart.dev/stable/dart-html/HttpRequest-class.html
2121

2222
# Common problems:
2323

test/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:http_parser/http_parser.dart';
99
import 'package:test/test.dart';
1010

1111
/// A dummy URL for constructing requests that won't be sent.
12-
Uri get dummyUrl => Uri.parse('http://dartlang.org/');
12+
Uri get dummyUrl => Uri.parse('http://dart.dev/');
1313

1414
/// Removes eight spaces of leading indentation from a multiline string.
1515
///

0 commit comments

Comments
 (0)