Skip to content

Commit

Permalink
Fix bad image reference in s3_bucket_mount example (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimaker authored Mar 7, 2024
1 parent d5ea098 commit 9385bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10_integrations/s3_bucket_mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def plot(dataset) -> bytes:
#
# Finally, we call `plot` to generate the following figure:
#
# ![Number of NYC yellow taxi trips by weekday, 2018-2023](./10_integrations/nyc_yellow_taxi_trips_s3_mount.png)
# ![Number of NYC yellow taxi trips by weekday, 2018-2023](./nyc_yellow_taxi_trips_s3_mount.png)
#
# This program shoulld run in less than 30 seconds.
@stub.local_entrypoint()
Expand Down

0 comments on commit 9385bdd

Please sign in to comment.