Switch URLs to https

PR #18876.
This commit is contained in:
Chocobo1
2023-04-23 15:09:58 +08:00
committed by GitHub
parent 0f033ec9c8
commit bbd5ed1142
18 changed files with 24 additions and 24 deletions

View File

@@ -733,7 +733,7 @@ void MainWindow::updateNbTorrents()
void MainWindow::on_actionDocumentation_triggered() const
{
QDesktopServices::openUrl(QUrl(u"http://doc.qbittorrent.org"_qs));
QDesktopServices::openUrl(QUrl(u"https://doc.qbittorrent.org"_qs));
}
void MainWindow::tabChanged(int newTab)