Fixed url to page UserManual:Crash reports.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-11-04 11:41:16 +02:00
parent 0599583923
commit c978caa7ba

View file

@ -337,8 +337,8 @@ QGroupBox *ConfigurationPage::SendGroup()
description = new QLabel(tr("After each crash Valentina collects information that may help us fix the "
"problem. We do not collect any personal information. Find more about what "
"<a href=\"https://bitbucket.org/dismine/valentina/wiki/manual/"
"Crash_reports\">kind of information</a> we collect."));
"<a href=\"https://wiki.valentinaproject.org/wiki/UserManual:Crash_reports\">"
"kind of information</a> we collect."));
description->setTextFormat(Qt::RichText);
description->setTextInteractionFlags(Qt::TextBrowserInteraction);
description->setOpenExternalLinks(true);