Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
5d6761fa
Commit
5d6761fa
authored
1 week ago
by
Aleksandras Kostarevas
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation link
parent
4b202345
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/src/org/futo/inputmethod/latin/uix/settings/pages/Help.kt
+2
-2
2 additions, 2 deletions
...src/org/futo/inputmethod/latin/uix/settings/pages/Help.kt
with
2 additions
and
2 deletions
java/src/org/futo/inputmethod/latin/uix/settings/pages/Help.kt
+
2
−
2
View file @
5d6761fa
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment