Skip to content

Commit 7dc73e3

Browse files
Add missing link to reference architecture diagram
1 parent 1b5f1e6 commit 7dc73e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/reference-architecture/diagrams/storage/event-notifications-for-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Event notifications function by sending messages to a [queue](/queues/) whenever
2121

2222
For instance, you can configure a notification to trigger when new images are uploaded to your R2 bucket. This notification can then automatically start an AI workload that performs an action on the image, such as converting the image to text.
2323

24-
Consider the example below of push-based post-processing: when a user uploads a new object into R2, we want to log and store that event into a separate R2 bucket. You can create this scenario yourself by following this tutorial: Log and store upload events in R2 with event notifications.
24+
Consider the example below of push-based post-processing: when a user uploads a new object into R2, we want to log and store that event into a separate R2 bucket. You can create this scenario yourself by following this tutorial: [Log and store upload events in R2 with event notifications](/r2/tutorials/upload-logs-event-notifications/).
2525

2626
![Figure 1: Push-Based R2 Event Notifications](~/assets/images/reference-architecture/event-notifications-for-storage/pushed-based-event-notification.svg "Figure 1: Push-Based R2 Event Notifications")
2727

0 commit comments

Comments
 (0)