We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78338a0 commit a1ef05dCopy full SHA for a1ef05d
Sources/Settings/Controller/AboutController.swift
@@ -17,7 +17,7 @@ class AboutController: UIViewController {
17
18
private let webView = WKWebView()
19
private let notificationCenter = NotificationCenter.default
20
- private let contributeURL = "http://www.videolan.org/contribute.html"
+ private let contributeURL = "https://www.videolan.org/contribute.html"
21
22
override var preferredStatusBarStyle: UIStatusBarStyle {
23
return PresentationTheme.current.colors.statusBarStyle
0 commit comments