Skip to content

Commit 78b2a9a

Browse files
authored
Fix runWithClient link in README (#1184)
Use `[]` to treat the content as a link reference label instead of `()` to treat it as a URL.
1 parent e459e5c commit 78b2a9a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pkgs/http/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.2.2-wip
2+
13
## 1.2.1
24

35
* Require Dart `^3.3`

pkgs/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ In Flutter, you can use a one of many
254254

255255
If you depend on code that uses top-level functions (e.g. `http.post`) or
256256
calls the [`Client()`][clientconstructor] constructor, then you can use
257-
[`runWithClient`](runwithclient) to ensure that the correct
257+
[`runWithClient`][runwithclient] to ensure that the correct
258258
`Client` is used. When an [Isolate][isolate] is spawned, it does not inherit
259259
any variables from the calling Zone, so `runWithClient` needs to be used in
260260
each Isolate that uses `package:http`.

pkgs/http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http
2-
version: 1.2.1
2+
version: 1.2.2-wip
33
description: A composable, multi-platform, Future-based API for HTTP requests.
44
repository: https://github.com/dart-lang/http/tree/master/pkgs/http
55

0 commit comments

Comments
 (0)