File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ This package is a wrapper around the HttpClient from dart:io and HttpRequest
16
16
from dart: html . Before filing a bug here verify that the issue is not surfaced
17
17
when using those interfaces directly.
18
18
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
21
21
22
22
# Common problems:
23
23
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import 'package:http_parser/http_parser.dart';
9
9
import 'package:test/test.dart' ;
10
10
11
11
/// 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 /' );
13
13
14
14
/// Removes eight spaces of leading indentation from a multiline string.
15
15
///
You can’t perform that action at this time.
0 commit comments