From 240377b11c65e2fa37f8fabfb154cf481158252a Mon Sep 17 00:00:00 2001 From: Deepyaman Datta Date: Tue, 1 Aug 2023 18:21:39 -0700 Subject: [PATCH] Fix broken link to Prefect website in deploy guide --- docs/source/deployment/prefect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deployment/prefect.md b/docs/source/deployment/prefect.md index 64d1018984..b602b499ec 100644 --- a/docs/source/deployment/prefect.md +++ b/docs/source/deployment/prefect.md @@ -1,6 +1,6 @@ # Prefect -This page explains how to run your Kedro pipeline using [Prefect 2.0](https://www.prefect.io/products/core/), an open-source workflow management system. +This page explains how to run your Kedro pipeline using [Prefect 2.0](https://www.prefect.io/opensource), an open-source workflow management system. The scope of this documentation is the deployment to a self hosted [Prefect Server](https://docs.prefect.io/2.10.17/host/), which is an open-source backend that makes it easy to monitor and execute your Prefect flows and automatically extends Prefect 2.0. We will use an [Agent that dequeues submitted flow runs from a Work Queue](https://docs.prefect.io/2.10.17/tutorial/deployments/#why-workpools-and-workers).