Update links to community repository

This commit is contained in:
Joseph Lyons 2023-02-07 18:19:27 -05:00
parent 099b79910f
commit 20377ea4e9
3 changed files with 4 additions and 4 deletions

View file

@ -359,7 +359,7 @@ impl WindowInputHandler {
// paths. In that case, the AppContext will already be borrowed, so any
// InputHandler methods need to fail gracefully.
//
// See https://github.com/zed-industries/feedback/issues/444
// See https://github.com/zed-industries/community/issues/444
let app = self.app.try_borrow().ok()?;
let view_id = app.focused_view_id(self.window_id)?;