(Android) use libretro.org for overlay manual, not github repo

This commit is contained in:
ToadKing 2013-01-25 10:00:38 -05:00
parent fc529d8655
commit 05c6f79a6a

View File

@ -411,7 +411,7 @@ public class RetroArch extends Activity implements
startActivity(cguide);
return true;
case R.id.overlay_guide:
Intent mguide = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/libretro/libretro.github.com/blob/master/documents/overlay.pdf"));
Intent mguide = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.libretro.org/documents/overlay.pdf"));
startActivity(mguide);
return true;
case R.id.shader_pack: