Skip to content

Commit 9bd3313

Browse files
authored
Fix Overview link in concurrency-runtime.
It was leading to overview-of-the-concurrency-runtime on the old msdn.microsoft.com site, not to asynchronous-message-blocks.
1 parent b3ffb71 commit 9bd3313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/parallel/concrt/concurrency-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Concurrency Runtime for C++ helps you write robust, scalable, and responsive
2727

2828
|||
2929
|-|-|
30-
|[Overview](../../parallel/concrt/asynchronous-message-blocks.md#overview)|Teaches why the Concurrency Runtime is important and describes its key features.|
30+
|[Overview](../../parallel/concrt/overview-of-the-concurrency-runtime.md)|Teaches why the Concurrency Runtime is important and describes its key features.|
3131
|[Comparing to Other Concurrency Models](../../parallel/concrt/comparing-the-concurrency-runtime-to-other-concurrency-models.md)|Shows how the Concurrency Runtime compares to other concurrency models, such as the Windows thread pool and OpenMP, so that you can use the concurrency model that best fits your application requirements.|
3232
|[Migrating from OpenMP to the Concurrency Runtime](../../parallel/concrt/migrating-from-openmp-to-the-concurrency-runtime.md)|Compares OpenMP to the Concurrency Runtime and provides examples about how to migrate existing OpenMP code to use the Concurrency Runtime.|
3333
|[Parallel Patterns Library (PPL)](../../parallel/concrt/parallel-patterns-library-ppl.md)|Introduces you to the PPL, which provides parallel loops, tasks, and parallel containers.|

0 commit comments

Comments
 (0)