Update URL to libtorrent settings

This commit is contained in:
Chocobo1 2020-12-01 12:13:22 +08:00
parent bd672c4c4e
commit 6aa5abf298
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View file

@ -383,7 +383,7 @@ void AdvancedSettings::loadAdvancedSettings()
static_cast<QLabel *>(cellWidget(QBITTORRENT_HEADER, PROPERTY))->setAlignment(Qt::AlignCenter | Qt::AlignVCenter);
auto *labelLibtorrentLink = new QLabel(
makeLink(QLatin1String("https://www.libtorrent.org/reference.html")
makeLink(QLatin1String("https://www.libtorrent.org/reference-Settings.html")
, tr("Open documentation"))
, this);
labelLibtorrentLink->setOpenExternalLinks(true);