Merge pull request #1322 from zed-industries/help-menu-docs
In Help menu, replace 'zed.dev' item with 'Documentation'
This commit is contained in:
commit
0bcd209a3f
1 changed files with 4 additions and 4 deletions
|
@ -298,15 +298,15 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Give Feedback",
|
||||
name: "Documentation",
|
||||
action: Box::new(crate::OpenBrowser {
|
||||
url: super::feedback::NEW_ISSUE_URL.into(),
|
||||
url: "https://zed.dev/docs".into(),
|
||||
}),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Zed.dev",
|
||||
name: "Give Feedback",
|
||||
action: Box::new(crate::OpenBrowser {
|
||||
url: "https://zed.dev".into(),
|
||||
url: super::feedback::NEW_ISSUE_URL.into(),
|
||||
}),
|
||||
},
|
||||
MenuItem::Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue