edit prediction: Update disabled globs link in the onboarding modal (#25084)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-02-18 10:45:25 -03:00 committed by GitHub
parent 00bb9a4e92
commit 295e486113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ impl ZedPredictModal {
}
fn inline_completions_doc(&mut self, _: &ClickEvent, _: &mut Window, cx: &mut Context<Self>) {
cx.open_url("https://zed.dev/docs/configuring-zed#inline-completions");
cx.open_url("https://zed.dev/docs/configuring-zed#disabled-globs");
cx.notify();
onboarding_event!("Docs Link Clicked");