Update all links point to community

This commit is contained in:
Joseph T. Lyons 2024-01-24 15:11:17 -05:00
parent 6c555fe13c
commit 40dbe15b2a
10 changed files with 14 additions and 14 deletions

View file

@ -1009,7 +1009,7 @@ fn get_scale_factor(native_window: id) -> f32 {
};
// We are not certain what triggers this, but it seems that sometimes
// this method would return 0 (https://github.com/zed-industries/community/issues/2422)
// this method would return 0 (https://github.com/zed-industries/zed/issues/6412)
// It seems most likely that this would happen if the window has no screen
// (if it is off-screen), though we'd expect to see viewDidChangeBackingProperties before
// it was rendered for real.