diff --git a/Sources/Settings/Controller/AboutController.swift b/Sources/Settings/Controller/AboutController.swift index 214088ca7d..16a33119eb 100644 --- a/Sources/Settings/Controller/AboutController.swift +++ b/Sources/Settings/Controller/AboutController.swift @@ -17,7 +17,7 @@ class AboutController: UIViewController { private let webView = WKWebView() private let notificationCenter = NotificationCenter.default - private let contributeURL = "http://www.videolan.org/contribute.html" + private let contributeURL = "https://www.videolan.org/contribute.html" override var preferredStatusBarStyle: UIStatusBarStyle { return PresentationTheme.current.colors.statusBarStyle