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
+1 -1
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");