updated links to go to chatterino.com redirect pages

This commit is contained in:
fourtf
2020-08-22 14:46:17 +02:00
parent f584503673
commit 5a18a0f040
3 changed files with 7 additions and 8 deletions
+4 -4
View File
@@ -95,10 +95,10 @@ void EditableModelView::addCustomButton(QWidget *widget)
void EditableModelView::addRegexHelpLink()
{
auto regexHelpLabel = new QLabel(
"<a href='"
"https://github.com/Chatterino/chatterino2/blob/master/docs/Regex.md'>"
"<span style='color:#99f'>regex info</span></a>");
auto regexHelpLabel =
new QLabel("<a href='"
"https://chatterino.com/help/regex'>"
"<span style='color:#99f'>regex info</span></a>");
regexHelpLabel->setOpenExternalLinks(true);
this->addCustomButton(regexHelpLabel);
}