Skip to content
Snippets Groups Projects
Commit 5d6761fa authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Update documentation link

parent 4b202345
No related branches found
No related tags found
No related merge requests found
...@@ -79,8 +79,8 @@ fun HelpScreen(navController: NavHostController = rememberNavController()) { ...@@ -79,8 +79,8 @@ fun HelpScreen(navController: NavHostController = rememberNavController()) {
Tip("We want to hear from you! If you're reporting an issue, your version may be relevant: v${BuildConfig.VERSION_NAME}") Tip("We want to hear from you! If you're reporting an issue, your version may be relevant: v${BuildConfig.VERSION_NAME}")
NavigationItem(title = "Wiki", subtitle = "Wanna read more about the project? Read the wiki", style = NavigationItemStyle.Misc, navigate = { NavigationItem(title = "Documentation", subtitle = "Learn more about the keyboard's features and capabilities", style = NavigationItemStyle.Misc, navigate = {
context.openURI("https://gitlab.futo.org/alex/keyboard-wiki/-/wikis/FUTO-Keyboard") context.openURI("https://docs.keyboard.futo.org/")
}) })
NavigationItem(title = "Discord Server", subtitle = "Wanna talk but don't like Zulip? Chat here", style = NavigationItemStyle.Misc, navigate = { NavigationItem(title = "Discord Server", subtitle = "Wanna talk but don't like Zulip? Chat here", style = NavigationItemStyle.Misc, navigate = {
context.openURI("https://keyboard.futo.org/discord") context.openURI("https://keyboard.futo.org/discord")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment