Update onboarding_modal.rs with https protocol (#39136)

Update onboarding_modal.rs with https protocol

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
warrenjokinen 2025-09-29 13:18:57 -06:00 committed by GitHub
parent 04216a88f3
commit 6e5ff6d091
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ impl DebuggerOnboardingModal {
}
fn view_blog(&mut self, _: &ClickEvent, _: &mut Window, cx: &mut Context<Self>) {
cx.open_url("http://zed.dev/blog/debugger");
cx.open_url("https://zed.dev/blog/debugger");
cx.notify();
debugger_onboarding_event!("Blog Link Clicked");