Skip to content

Commit b74d822

Browse files
authored
Correct link syntax in zones.md (#7069)
1 parent 97c6cdd commit b74d822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/libraries/async/zones.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Review the techniques covered in
3030
[Futures and Error Handling](/libraries/async/futures-error-handling)
3131
before reading this article.
3232

33-
[dart:async]: ({{site.dart-api}}/dart-async/dart-async-library.html)
34-
[`runZoned()`]: ({{site.dart-api}}/dart-async/runZoned.html)
35-
[`runZonedGuarded()`]: ({{site.dart-api}}/dart-async/runZonedGuarded.html)
33+
[dart:async]: {{site.dart-api}}/dart-async/dart-async-library.html
34+
[`runZoned()`]: {{site.dart-api}}/dart-async/runZoned.html
35+
[`runZonedGuarded()`]: {{site.dart-api}}/dart-async/runZonedGuarded.html
3636

3737
Zones make the following tasks possible:
3838

0 commit comments

Comments
 (0)