edit prediction: Update disabled globs link in the onboarding modal (#25084)
Release Notes: - N/A
This commit is contained in:
parent
00bb9a4e92
commit
295e486113
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue