updated links to go to chatterino.com redirect pages
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -100,8 +100,7 @@ ExternalToolsPage::ExternalToolsPage()
|
||||
const auto description = new QLabel(
|
||||
"You can set custom host for uploading images, like "
|
||||
"imgur.com or s-ul.eu.<br>Check " +
|
||||
formatRichNamedLink("https://github.com/Chatterino/chatterino2/"
|
||||
"blob/master/docs/IMAGEUPLOADER.md",
|
||||
formatRichNamedLink("https://chatterino.com/help/image-uploader",
|
||||
"this guide") +
|
||||
" for help.");
|
||||
description->setWordWrap(true);
|
||||
|
||||
Reference in New Issue
Block a user