Skip to content

Commit 1ef1d37

Browse files
authored
Fix a few broken links on the Kestra page in the docs. It also updates the Docker image to use latest
1 parent 6c5e432 commit 1ef1d37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/website/docs/walkthroughs/deploy-a-pipeline/deploy-with-kestra.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here is the summary of the steps:
7373

7474
```yaml
7575
kestra:
76-
image: kestra/kestra:develop-full
76+
image: kestra/kestra:latest
7777
env_file:
7878
- .env
7979
```
@@ -108,9 +108,9 @@ For detailed information on these steps, please consult the `README.md` in the
108108
### Additional resources
109109

110110
- Ingest Zendesk data into Weaviate using `dlt` with Kestra:
111-
[here](https://kestra.io/blueprints/148-ingest-zendesk-data-into-weaviate-using-dlt).
111+
[here](https://kestra.io/blueprints/dlt-zendesk-to-weaviate).
112112
- Ingest Zendesk data into DuckDb using dlt with Kestra:
113-
[here.](https://kestra.io/blueprints/147-ingest-zendesk-data-into-duckdb-using-dlt)
113+
[here.](https://kestra.io/blueprints/dlt-zendesk-to-duckdb)
114114
- Ingest Pipedrive CRM data to BigQuery using `dlt` and schedule it to run every hour:
115-
[here.](https://kestra.io/blueprints/146-ingest-pipedrive-crm-data-to-bigquery-using-dlt-and-schedule-it-to-run-every-hour)
115+
[here.](https://kestra.io/blueprints/dlt-pipedrive-to-bigquery)
116116

0 commit comments

Comments
 (0)