Skip to content

Commit 705f4e9

Browse files
committed
- Updated project site to tintaescura.com.
1 parent ea12c84 commit 705f4e9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
0.3.2 (dev)
22
Make code compatible with Qt5/Qt6 libs.
3+
Updated project site to tintaescura.com.
34

45
0.3.1 (2023/09/08)
56
Added german translation (thanks to Leon Schumacher - 42LoCo42).

notifier/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void MainWindow::aboutOctoXBPSNotifier()
273273
QLatin1String("<b>OctoXBPS Notifier</b><br>");
274274
aboutText += StrConstants::getVersion() + QLatin1String(": ") + StrConstants::getApplicationVersion() + QLatin1String(" - ") + StrConstants::getQtVersion() + QLatin1String("<br>");
275275
aboutText += StrConstants::getURL() + QLatin1String(": ") +
276-
QStringLiteral("<a href=\"https://github.com/aarnt/octoxbps/\">https://github.com/aarnt/octoxbps</a><br>");
276+
QStringLiteral("<a href=\"https://tintaescura.com/projects/octoxbps/\">https://tintaescura.com/projects/octoxbps</a><br>");
277277
aboutText += StrConstants::getLicenses() + QLatin1String(": ") + QStringLiteral("<a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL v2</a><br>");
278278
aboutText += QStringLiteral("&copy; Alexandre Albuquerque Arnt<br><br>");
279279
aboutText += QStringLiteral("<b>XBPS</b><br>");

src/mainwindow_help.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void MainWindow::initTabHelpUsage()
6262
html +=
6363
QString("<a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL v2</a>.</p></h3>") +
6464
QString("<h4><p>") + strForMoreInfo + " " +
65-
QString("<a href=\"https://github.com/aarnt/octoxbps\">https://github.com/aarnt/octoxbps</a>.</p></h4><br>");
65+
QString("<a href=\"https://tintaescura.com/projects/octoxbps\">https://tintaescura.com/projects/octoxbps</a>.</p></h4><br>");
6666

6767
html += tr("Package classification:") +
6868
QString("<ul type=\"square\"><li>") + iconPath + "installed.png\"/> " +
@@ -206,7 +206,7 @@ void MainWindow::onHelpAbout()
206206
QLatin1String("<b>") + StrConstants::getApplicationName() + QLatin1String("</b><br>");
207207
aboutText += StrConstants::getVersion() + QLatin1String(": ") + StrConstants::getApplicationVersion() + QLatin1String(" - ") + StrConstants::getQtVersion() + QLatin1String("<br>");
208208
aboutText += StrConstants::getURL() + QLatin1String(": ") +
209-
QStringLiteral("<a href=\"https://github.com/aarnt/octoxbps/\">https://github.com/aarnt/octoxbps</a><br>");
209+
QStringLiteral("<a href=\"https://tintaescura.com/projects/octoxbps/\">https://tintaescura.com/projects/octoxbps</a><br>");
210210
aboutText += StrConstants::getLicenses() + QLatin1String(": ") + QStringLiteral("<a href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL v2</a><br>");
211211
aboutText += QStringLiteral("&copy; Alexandre Albuquerque Arnt<br><br>");
212212
aboutText += QStringLiteral("<b>XBPS</b><br>");

0 commit comments

Comments
 (0)