Remove references to community repo
This commit is contained in:
parent
bf7489269e
commit
f9170cb239
3 changed files with 7 additions and 8 deletions
|
@ -15,7 +15,7 @@ actions!(
|
|||
CopySystemSpecsIntoClipboard,
|
||||
FileBugReport,
|
||||
RequestFeature,
|
||||
OpenZedCommunityRepo
|
||||
OpenZedRepo
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -52,7 +52,7 @@ pub fn init(cx: &mut AppContext) {
|
|||
);
|
||||
cx.open_url(&url);
|
||||
})
|
||||
.register_action(move |_, _: &OpenZedCommunityRepo, cx| {
|
||||
.register_action(move |_, _: &OpenZedRepo, cx| {
|
||||
let url = "https://github.com/zed-industries/zed";
|
||||
cx.open_url(&url);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue