From da14867cbb86b23f13f67f636634ef1a70f7b7a3 Mon Sep 17 00:00:00 2001 From: Doug Date: Fri, 10 Jan 2025 11:28:08 +0000 Subject: [PATCH] Set the final URL. --- Config/BuildSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/BuildSettings.swift b/Config/BuildSettings.swift index ee01e686a7..463268b51e 100644 --- a/Config/BuildSettings.swift +++ b/Config/BuildSettings.swift @@ -449,7 +449,7 @@ final class BuildSettings: NSObject { /// The app's display name, used in marketing banners. let name = "Element X" /// A link that will be opened to tell the user more about the new app, Matrix 2.0 and the migration. - let learnMoreURL = URL(string: "https://element.io")! // FIXME: This isn't the final URL. + let learnMoreURL = URL(string: "https://element.io/app-for-productivity")! /// The app's iTunes/product ID, used to show the App Store page in-app. let productID = "1631335820" /// A fallback URL that will be opened if there are any issues showing the App Store page in-app.