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

Commit a368bac2 authored by Sumit Pundir's avatar Sumit Pundir
Browse files

common: update broken links

parent 999da5e3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ class Navigator @Inject constructor(
    }

    fun showCopyright() {
        val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/e-features/AUTHORS"))
        val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/master/AUTHORS"))
        startActivity(intent)
    }

@@ -167,7 +167,7 @@ class Navigator @Inject constructor(
    }

    fun showLicense() {
        val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/moezbhatti/qksms/blob/master/LICENSE"))
        val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/master/LICENSE"))
        startActivityExternal(intent)
    }