From 63188299e27db44c38f41c94fe0ed6b0791ba643 Mon Sep 17 00:00:00 2001 From: nate nowack Date: Tue, 21 Jan 2025 20:46:44 -0600 Subject: [PATCH] clarify language in agents -> workers guide (#16807) --- docs/v3/resources/upgrade-agents-to-workers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/resources/upgrade-agents-to-workers.mdx b/docs/v3/resources/upgrade-agents-to-workers.mdx index 391bed8beea9..6932580c0dea 100644 --- a/docs/v3/resources/upgrade-agents-to-workers.mdx +++ b/docs/v3/resources/upgrade-agents-to-workers.mdx @@ -7,7 +7,7 @@ Upgrading from agents to workers significantly enhances the experience of deploy by simplifying the specification of each flow's infrastructure and runtime environment. -This guide is for users who are on `prefect<3.0` who are upgrading from agents to workers. +This guide is for users who are upgrading from agents (a deployment pattern specific to `prefect>2.0,<3.0`) to workers. If you are new to Prefect, we recommend starting with the [Prefect Quickstart](/v3/get-started/quickstart/).