zeta: Update URL to edit prediction blog post (#24828)

This PR updates the URL to the edit prediction blog post.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-13 16:03:26 -05:00 committed by GitHub
parent 8b85d26981
commit 8af54c589b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ impl ZedPredictModal {
}
fn view_blog(&mut self, _: &ClickEvent, _: &mut Window, cx: &mut Context<Self>) {
cx.open_url("https://zed.dev/blog/edit-predictions");
cx.open_url("https://zed.dev/blog/edit-prediction");
cx.notify();
onboarding_event!("Blog Link clicked");