Remove references to community repo

This commit is contained in:
Joseph T. Lyons 2024-01-25 00:30:26 -05:00
parent bf7489269e
commit f9170cb239
3 changed files with 7 additions and 8 deletions

View file

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