mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Update "Book Onboarding" destination link (#23464)
This PR updates the Book Onboarding links to point to a new form. Release Notes: - N/A
This commit is contained in:
parent
95cde129af
commit
d85fec5f13
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue