Update "Book Onboarding" destination link (#23464)

Danilo Leal created

This PR updates the Book Onboarding links to point to a new form.

Release Notes:

- N/A

Change summary

crates/title_bar/src/title_bar.rs | 2 +-
crates/welcome/src/welcome.rs     | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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,

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);