Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
oraqlle committed Jan 27, 2023
1 parent 27bd264 commit 8dae7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The idea is that you will use this repository as your guide for the series, read
- [Part 4](/content/part4/README.md) - Functional Programming, Namespaces, Enumerations, Unions, Structures
- [Part 5](/content/part5/README.md) - Classes, Templates, Generics and Concepts
- [Part 6](/content/part6/README.md) - Iterators, Data Structures, Algorithms, Ranges and Views
- [Part 7](/content/part7/README.md) - Parallel Algorithms, Atomics, Threads, Mutexes & Locks and Async/Await
- [Part 7](/content/part7/README.md) - Parallel Algorithms, Atomics, Threads, Mutexes & Locks and Async

## Home

Expand Down
2 changes: 1 addition & 1 deletion content/part7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The focus of this part is parallelism and concurrency. Parallelism allows for la
2. [Atomics](/content/part7/tasks/atomics.md)
3. [Thread](/content/part7/tasks/threads.md)
4. [Mutexes & Locks](/content/part7/tasks/mutexes.md)
5. [Async/Await](/content/part7/tasks/async-await.md)
5. [Async](/content/part7/tasks/async.md)

## Weekly Meetup

Expand Down

0 comments on commit 8dae7d9

Please sign in to comment.