We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f0440 commit 8c6640dCopy full SHA for 8c6640d
1 file changed
Neki-iOS/APP/Sources/Application/AppCoordinator.swift
@@ -176,7 +176,7 @@ struct AppCoordinator {
176
177
case .didTapUpdateAlert:
178
return .run { _ in
179
- let appStoreURL = URL(string: "https://neki.suitestudy.com")!
+ let appStoreURL = URL(string: "https://apps.apple.com/kr/app/neki/id6757490609")!
180
await openURL(appStoreURL)
181
}
182
0 commit comments