From d85fec5f13183c4a85c8a8ab5ebbc94c4a9319fc Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:24:39 -0300 Subject: [PATCH] Update "Book Onboarding" destination link (#23464) This PR updates the Book Onboarding links to point to a new form. Release Notes: - N/A --- crates/title_bar/src/title_bar.rs | 2 +- crates/welcome/src/welcome.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 03442dd5b7..b8dcd0c433 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -43,7 +43,7 @@ pub use stories::*; const MAX_PROJECT_NAME_LENGTH: usize = 40; const MAX_BRANCH_NAME_LENGTH: usize = 40; -const BOOK_ONBOARDING: &str = "https://dub.sh/zed-onboarding"; +const BOOK_ONBOARDING: &str = "https://dub.sh/zed-c-onboarding"; actions!( collab, diff --git a/crates/welcome/src/welcome.rs b/crates/welcome/src/welcome.rs index cf4886e1eb..40fe3cdea1 100644 --- a/crates/welcome/src/welcome.rs +++ b/crates/welcome/src/welcome.rs @@ -26,7 +26,7 @@ actions!(welcome, [ResetHints]); pub const FIRST_OPEN: &str = "first_open"; pub const DOCS_URL: &str = "https://zed.dev/docs/"; -const BOOK_ONBOARDING: &str = "https://dub.sh/zed-onboarding"; +const BOOK_ONBOARDING: &str = "https://dub.sh/zed-c-onboarding"; pub fn init(cx: &mut AppContext) { BaseKeymap::register(cx);