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

@ -3450,7 +3450,7 @@ fn open_items(
}
fn notify_if_database_failed(workspace: WindowHandle<Workspace>, cx: &mut AsyncAppContext) {
const REPORT_ISSUE_URL: &str ="https://github.com/zed-industries/community/issues/new?assignees=&labels=defect%2Ctriage&template=2_bug_report.yml";
const REPORT_ISSUE_URL: &str ="https://github.com/zed-industries/zed/issues/new?assignees=&labels=defect%2Ctriage&template=2_bug_report.yml";
workspace
.update(cx, |workspace, cx| {