diff --git a/crates/assistant/src/assistant_panel.rs b/crates/assistant/src/assistant_panel.rs index 31e399d5b8c00dcac4c51e3a2710f58504e6f64f..9f554a7e27fd11ee979b760ee4ce326a7a0606ef 100644 --- a/crates/assistant/src/assistant_panel.rs +++ b/crates/assistant/src/assistant_panel.rs @@ -4340,7 +4340,7 @@ impl ContextEditor { fn render_payment_required_error(&self, cx: &mut ViewContext) -> AnyElement { const ERROR_MESSAGE: &str = "Free tier exceeded. Subscribe and add payment to continue using Zed LLMs. You'll be billed at cost for tokens used."; - const SUBSCRIBE_URL: &str = "https://zed.dev/ai/subscribe"; + const SUBSCRIBE_URL: &str = "https://zed.dev/api/billing/initiate_checkout"; v_flex() .gap_0p5()