diff --git a/content/resources/how-to-guides/late-arriving-data.md b/content/resources/how-to-guides/late-arriving-data.md index 8ba282671..ad7a02037 100644 --- a/content/resources/how-to-guides/late-arriving-data.md +++ b/content/resources/how-to-guides/late-arriving-data.md @@ -47,7 +47,7 @@ Additionally, every 10 seconds, a late data point is written somewhere in the la Before diving into the code, take a high level look at the logic of the Flux scripts. -{{< img-hd src="/img/resources/late-arriving-data.png" alt="Late arriving data architecture" />}} +{{< img-hd src="static/img/resources/late-arriving-data.png" alt="Late arriving data architecture" />}} The `water_level_checksum.flux` is a task that runs every minute. It counts the number of points that exist in the **water_level_raw** bucket (new count) and compares diff --git a/static/img/resources/late-arriving-data.png b/static/img/resources/late-arriving-data.png new file mode 100644 index 000000000..31ca167bb Binary files /dev/null and b/static/img/resources/late-arriving-data.png differ