updated links to go to chatterino.com redirect pages
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
<keyword>twitch</keyword>
|
<keyword>twitch</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<url type="homepage">https://chatterino.com/</url>
|
<url type="homepage">https://chatterino.com/</url>
|
||||||
<url type="bugtracker">https://github.com/Chatterino/chatterino2/issues</url>
|
<url type="bugtracker">https://chatterino.com/link/issues</url>
|
||||||
<url type="donation">https://streamelements.com/fourtf/tip</url>
|
<url type="donation">https://chatterino.com/link/tips</url>
|
||||||
<provides>
|
<provides>
|
||||||
<binary>chatterino</binary>
|
<binary>chatterino</binary>
|
||||||
</provides>
|
</provides>
|
||||||
|
|||||||
@@ -95,10 +95,10 @@ void EditableModelView::addCustomButton(QWidget *widget)
|
|||||||
|
|
||||||
void EditableModelView::addRegexHelpLink()
|
void EditableModelView::addRegexHelpLink()
|
||||||
{
|
{
|
||||||
auto regexHelpLabel = new QLabel(
|
auto regexHelpLabel =
|
||||||
"<a href='"
|
new QLabel("<a href='"
|
||||||
"https://github.com/Chatterino/chatterino2/blob/master/docs/Regex.md'>"
|
"https://chatterino.com/help/regex'>"
|
||||||
"<span style='color:#99f'>regex info</span></a>");
|
"<span style='color:#99f'>regex info</span></a>");
|
||||||
regexHelpLabel->setOpenExternalLinks(true);
|
regexHelpLabel->setOpenExternalLinks(true);
|
||||||
this->addCustomButton(regexHelpLabel);
|
this->addCustomButton(regexHelpLabel);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,8 +100,7 @@ ExternalToolsPage::ExternalToolsPage()
|
|||||||
const auto description = new QLabel(
|
const auto description = new QLabel(
|
||||||
"You can set custom host for uploading images, like "
|
"You can set custom host for uploading images, like "
|
||||||
"imgur.com or s-ul.eu.<br>Check " +
|
"imgur.com or s-ul.eu.<br>Check " +
|
||||||
formatRichNamedLink("https://github.com/Chatterino/chatterino2/"
|
formatRichNamedLink("https://chatterino.com/help/image-uploader",
|
||||||
"blob/master/docs/IMAGEUPLOADER.md",
|
|
||||||
"this guide") +
|
"this guide") +
|
||||||
" for help.");
|
" for help.");
|
||||||
description->setWordWrap(true);
|
description->setWordWrap(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user