update(link):update git repository link

This commit is contained in:
ZCShou 2022-08-20 15:18:24 +08:00
parent c326480c93
commit 9e99e857fa
No known key found for this signature in database
GPG Key ID: 1011EBCEDDDEB03A

View File

@ -453,7 +453,7 @@ public class MainActivity extends BaseActivity implements SensorEventListener {
File file = new File(getExternalFilesDir("Logs"), GoApplication.LOG_FILE_NAME);
ShareUtils.shareFile(this, file, item.getTitle().toString());
} else if (id == R.id.nav_contact) {
Uri uri = Uri.parse("https://gitee.com/zcshou/gogogo/issues");
Uri uri = Uri.parse("https://gitee.com/itexp/gogogo/issues");
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);
}
@ -482,7 +482,7 @@ public class MainActivity extends BaseActivity implements SensorEventListener {
if (drawer.isDrawerOpen(GravityCompat.START)) {
drawer.closeDrawer(GravityCompat.START);
}
Uri uri = Uri.parse("https://gitee.com/zcshou/gogogo");
Uri uri = Uri.parse("https://gitee.com/itexp/gogogo");
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);
});