diff --git a/chapters/compute/synchronization/slides/notifications.md b/chapters/compute/synchronization/slides/notifications.md index 0b5a9e19e4..817a0f6cd7 100644 --- a/chapters/compute/synchronization/slides/notifications.md +++ b/chapters/compute/synchronization/slides/notifications.md @@ -6,7 +6,7 @@ ### Locks vs Notifications -![Lock vs Notification](../media/lock-vs-notify.svg) +![Lock vs Notification](synchronization/media/lock-vs-notify.svg) ---- diff --git a/chapters/compute/threads/slides/threads.md b/chapters/compute/threads/slides/threads.md index 4dabe04958..18277643d8 100644 --- a/chapters/compute/threads/slides/threads.md +++ b/chapters/compute/threads/slides/threads.md @@ -27,7 +27,7 @@ * [Quiz](../drills/questions/threads-shared-data.md) -![Application Architecture](../media/app-process-thread.svg) +![Application Architecture](threads/media/app-process-thread.svg) ---