Skip to content

Commit

Permalink
update(link):update git repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Aug 20, 2022
1 parent c326480 commit 9e99e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/zcshou/gogogo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ private void initNavigationView() {
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);
}
Expand Down Expand Up @@ -482,7 +482,7 @@ private void initUserInfo() {
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);
});
Expand Down

0 comments on commit 9e99e85

Please sign in to comment.