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:
parent
8b85d26981
commit
8af54c589b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl ZedPredictModal {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn view_blog(&mut self, _: &ClickEvent, _: &mut Window, cx: &mut Context<Self>) {
|
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();
|
cx.notify();
|
||||||
|
|
||||||
onboarding_event!("Blog Link clicked");
|
onboarding_event!("Blog Link clicked");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue