Skip to content

Commit db7cfc5

Browse files
committed
Update built-in link
1 parent ff6c5e3 commit db7cfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/xzr/hkf/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
9090
.setPositiveButton(R.string.ok, null)
9191
.setNegativeButton("Github", (dialog1, which1) -> MainActivity.this.startActivity(new Intent() {{
9292
setAction(Intent.ACTION_VIEW);
93-
setData(Uri.parse("https://github.com/xzr467706992/HorizonKernelFlasher"));
93+
setData(Uri.parse("https://github.com/libxzr/HorizonKernelFlasher"));
9494
}})).create().show();
9595
} else if (item.getItemId() == R.id.flash_new) {
9696
flash_new();

0 commit comments

Comments
 (0)