Skip to content

Commit ca2f94d

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#125 from john-preston/patch-1
Fix Overview link in concurrency-runtime.
2 parents ce115fc + 9bd3313 commit ca2f94d

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)