Skip to content

Commit 8dae7d9

Browse files
committed
Fixed links
1 parent 27bd264 commit 8dae7d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The idea is that you will use this repository as your guide for the series, read
1212
- [Part 4](/content/part4/README.md) - Functional Programming, Namespaces, Enumerations, Unions, Structures
1313
- [Part 5](/content/part5/README.md) - Classes, Templates, Generics and Concepts
1414
- [Part 6](/content/part6/README.md) - Iterators, Data Structures, Algorithms, Ranges and Views
15-
- [Part 7](/content/part7/README.md) - Parallel Algorithms, Atomics, Threads, Mutexes & Locks and Async/Await
15+
- [Part 7](/content/part7/README.md) - Parallel Algorithms, Atomics, Threads, Mutexes & Locks and Async
1616

1717
## Home
1818

content/part7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The focus of this part is parallelism and concurrency. Parallelism allows for la
1212
2. [Atomics](/content/part7/tasks/atomics.md)
1313
3. [Thread](/content/part7/tasks/threads.md)
1414
4. [Mutexes & Locks](/content/part7/tasks/mutexes.md)
15-
5. [Async/Await](/content/part7/tasks/async-await.md)
15+
5. [Async](/content/part7/tasks/async.md)
1616

1717
## Weekly Meetup
1818

0 commit comments

Comments
 (0)