Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Fixed link to correct github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 22, 2014
1 parent 5bf7e96 commit 6754f04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preferen
} else if (preference.getKey().equals("help.gplus")) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://plus.google.com/116634499773478773276")));
} else if (preference.getKey().equals("source.github")) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/thalmic-alpha/myo-android-2048")));
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/d4rken/myo-android-2048")));
} else if (preference.getKey().equals("source.base")) {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/tpcstld/2048")));
} else if (preference.getKey().equals("source.orig")) {
Expand Down

0 comments on commit 6754f04

Please sign in to comment.