From b6f4dd0c343039041a30ac1cece489bd9494d9fc Mon Sep 17 00:00:00 2001 From: Will Raphaelson Date: Wed, 24 Apr 2024 10:43:40 -0500 Subject: [PATCH] fixing image name --- .../docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md index 5a66acfb68..f0cc29da87 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-prefect.md @@ -63,7 +63,7 @@ Here's a concise guide to orchestrating a `dlt` pipeline with Prefect using "Mov 3. You can view deployment details and scheduled runs, including successes and failures, using [PrefectUI](https://app.prefect.cloud/auth/login). This will help you know when a pipeline ran or more importantly, when it did not. -![Prefect Dashboard](images/prefect-dhasboard.png) +![Prefect Dashboard](images/prefect-dashboard.png) You can further extend the pipeline further by: