From b7e7f028406b74265f9a4941036aa3ca019f03e2 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Tue, 18 Nov 2025 11:18:26 +0000 Subject: [PATCH] fix: links and docker image --- .../walkthroughs/deploy-a-pipeline/deploy-with-kestra.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md index ef0ff14b43..1b3ab4830c 100644 --- a/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md +++ b/docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md @@ -73,7 +73,7 @@ Here is the summary of the steps: ```yaml kestra: - image: kestra/kestra:develop-full + image: kestra/kestra:latest env_file: - .env ``` @@ -108,9 +108,9 @@ For detailed information on these steps, please consult the `README.md` in the ### Additional resources - Ingest Zendesk data into Weaviate using `dlt` with Kestra: - [here](https://kestra.io/blueprints/148-ingest-zendesk-data-into-weaviate-using-dlt). + [here](https://kestra.io/blueprints/dlt-zendesk-to-weaviate). - Ingest Zendesk data into DuckDb using dlt with Kestra: - [here.](https://kestra.io/blueprints/147-ingest-zendesk-data-into-duckdb-using-dlt) + [here.](https://kestra.io/blueprints/dlt-zendesk-to-duckdb) - Ingest Pipedrive CRM data to BigQuery using `dlt` and schedule it to run every hour: - [here.](https://kestra.io/blueprints/146-ingest-pipedrive-crm-data-to-bigquery-using-dlt-and-schedule-it-to-run-every-hour) + [here.](https://kestra.io/blueprints/dlt-pipedrive-to-bigquery)