update the retroshare docs link

This commit is contained in:
defnax 2021-02-15 21:17:27 +01:00
parent b6e8f62307
commit 0d5022f963
4 changed files with 24 additions and 25 deletions

View file

@ -345,7 +345,7 @@ void HomePage::webMail()
void HomePage::openWebHelp()
{
QDesktopServices::openUrl(QUrl(QString("https://retroshare.readthedocs.io/en/latest/")));
QDesktopServices::openUrl(QUrl(QString("https://retrosharedocs.readthedocs.io/en/latest/")));
}
void HomePage::toggleUseOldFormat()