Skip to content

Commit d0d6588

Browse files
lamLeXmairaw
authored andcommitted
Fix broken link (#6177)
Fix link to [Asynchronous Programming Patterns] overview page
1 parent 2228c68 commit d0d6588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Async code has the following characteristics:
3131

3232
For more information, see the [Async in depth](async-in-depth.md) topic.
3333

34-
The [Asynchronous Programming Patterns](/asynchronous-programming-patterns/index.md) topic provides an overview of the three asynchronous programming patterns supported in .NET:
34+
The [Asynchronous Programming Patterns](asynchronous-programming-patterns/index.md) topic provides an overview of the three asynchronous programming patterns supported in .NET:
3535

3636
- [Asynchronous Programming Model (APM)](asynchronous-programming-patterns/asynchronous-programming-model-apm.md) (legacy)
3737

0 commit comments

Comments
 (0)