Update MainForm.cs

This commit is contained in:
Netch
2021-08-14 09:18:27 +08:00
committed by GitHub
parent d99229ad50
commit e268f1838f

View File

@@ -501,7 +501,7 @@ namespace Netch.Forms
private void fAQToolStripMenuItem_Click(object sender, EventArgs e)
{
Utils.Utils.Open("https://netch.org/#/docs/zh-CN/faq");
Utils.Utils.Open("https://docs.netch.org");
}
#endregion
@@ -1466,4 +1466,4 @@ namespace Netch.Forms
#endregion
}
}
}