From b6b3a5965136a486c7a2cb4d83b381041ccfd6db Mon Sep 17 00:00:00 2001 From: Daniel Frett Date: Wed, 26 Jul 2023 14:55:16 -0600 Subject: [PATCH] update URLs for menu links --- .../kotlin/org/cru/godtools/ui/drawer/DrawerMenuLayout.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/kotlin/org/cru/godtools/ui/drawer/DrawerMenuLayout.kt b/app/src/main/kotlin/org/cru/godtools/ui/drawer/DrawerMenuLayout.kt index 3b7c69bf58..114b192e89 100644 --- a/app/src/main/kotlin/org/cru/godtools/ui/drawer/DrawerMenuLayout.kt +++ b/app/src/main/kotlin/org/cru/godtools/ui/drawer/DrawerMenuLayout.kt @@ -185,7 +185,7 @@ fun DrawerContentLayout( label = { Text(stringResource(R.string.menu_feedback)) }, selected = false, onClick = { - uriHandler.openUri("https://form.asana.com/?k=zjG5sVjCeB0MCIjKea1IWg&d=657768513276") + uriHandler.openUri("https://godtoolsapp.com/send-feedback/") dismissDrawer() } ) @@ -194,7 +194,7 @@ fun DrawerContentLayout( label = { Text(stringResource(R.string.menu_report_bug)) }, selected = false, onClick = { - uriHandler.openUri("https://form.asana.com/?k=2XgC7iGos5JKqEsgyr_WWA&d=657768513276") + uriHandler.openUri("https://godtoolsapp.com/report-bug/") dismissDrawer() } ) @@ -203,7 +203,7 @@ fun DrawerContentLayout( label = { Text(stringResource(R.string.menu_question)) }, selected = false, onClick = { - uriHandler.openUri("https://form.asana.com/?k=xwsmGveP8Os1JlqJ3Q4S_A&d=657768513276") + uriHandler.openUri("https://godtoolsapp.com/ask-question/") dismissDrawer() } ) @@ -230,7 +230,7 @@ fun DrawerContentLayout( label = { Text(stringResource(R.string.menu_share_story)) }, selected = false, onClick = { - uriHandler.openUri("https://form.asana.com/?k=L7M3jdnAh7S414z8fN_YsQ&d=657768513276") + uriHandler.openUri("https://godtoolsapp.com/share-story/") dismissDrawer() } )