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
|
@ -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…
Add table
Add a link
Reference in a new issue