mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
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:
parent
04216a88f3
commit
6e5ff6d091
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue