Skip to content

Commit

Permalink
Set the final URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Jan 10, 2025
1 parent 6d3066b commit da14867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da14867

Please sign in to comment.