mobile: change link to servers

This commit is contained in:
JRoberts
2022-11-26 18:52:08 +04:00
parent 7e204127b8
commit ee18bce964
2 changed files with 2 additions and 2 deletions
@@ -223,7 +223,7 @@ private fun HowToButton() {
SettingsActionItem(
Icons.Outlined.OpenInNew,
stringResource(R.string.how_to_use_your_servers),
{ uriHandler.openUri("https://github.com/simplex-chat/simplexmq#using-smp-server-and-smp-agent") },
{ uriHandler.openUri("https://github.com/simplex-chat/simplex-chat/blob/stable/docs/SERVER.md") },
textColor = MaterialTheme.colors.primary,
iconColor = MaterialTheme.colors.primary
)
@@ -9,7 +9,7 @@
import SwiftUI
import SimpleXChat
private let howToUrl = URL(string: "https://github.com/simplex-chat/simplexmq#using-smp-server-and-smp-agent")!
private let howToUrl = URL(string: "https://github.com/simplex-chat/simplex-chat/blob/stable/docs/SERVER.md")!
struct SMPServersView: View {
@EnvironmentObject private var m: ChatModel