Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 713840c7 authored by Mark Harman's avatar Mark Harman
Browse files
parent a6d909c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ public class MainActivity extends Activity implements AudioListener.AudioListene
	void launchOnlineHelp() {
		if( MyDebug.LOG )
			Log.d(TAG, "launchOnlineHelp");
		Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://opencamera.sourceforge.net/"));
		Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("https://opencamera.sourceforge.io/"));
		startActivity(browserIntent);
	}