From 88349bd68f3b3ffa5602ea2021ff64fe61d056d1 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 24 Dec 2025 08:30:26 -0500 Subject: [PATCH] Fix Prefect website URL in docs footer (#2705) --- docs/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 889e8f37b..4a6b4bd59 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -41,7 +41,7 @@ "socials": { "discord": "https://discord.gg/uu8dJCgttd", "github": "https://github.com/jlowin/fastmcp", - "website": "https://prefect.ai", + "website": "https://www.prefect.io", "x": "https://x.com/fastmcp" } },