diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 03442dd5b7a9332db5bc7642f7333de24b57e1e3..b8dcd0c433c5d113af9fbff20c5e247aac86c5a5 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 cf4886e1eb908ffe6aca4198e873e889820d7972..40fe3cdea12fb4fc9e10f3c88a0502adc415f8f2 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);