Branch: master

a469e986 2019-07-15 15:47:12 Chris
Remove old upstream URL.

Signed-off-by: Chris <xchrisx@...>
M akregator/src/aboutdata.cpp
M akregator/src/articleviewer.cpp

akregator/src/aboutdata.cpp

diff --git a/akregator/src/aboutdata.cpp b/akregator/src/aboutdata.cpp
index 2181018..77bab8e 100644
--- a/akregator/src/aboutdata.cpp
+++ b/akregator/src/aboutdata.cpp
@@ -30,8 +30,7 @@
 
 AboutData::AboutData()
     : TDEAboutData("akregator", I18N_NOOP("Akregator"), AKREGATOR_VERSION, I18N_NOOP("A TDE Feed Aggregator"),
-                 License_GPL, I18N_NOOP("(C) 2004, 2005 Akregator developers"), 0,
-                     "http://akregator.kde.org/")
+                 License_GPL, I18N_NOOP("(C) 2004, 2005 Akregator developers"), 0)
 {
     addAuthor( "Frank Osterfeld", I18N_NOOP("Maintainer"), "frank.osterfeld@..." );
     addAuthor( "Teemu Rytilahti", I18N_NOOP("Developer"), "tpr@..." );

akregator/src/articleviewer.cpp

diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp
index 3b1cc6d..8067b73 100644
--- a/akregator/src/articleviewer.cpp
+++ b/akregator/src/articleviewer.cpp
@@ -386,12 +386,12 @@
             "Instead of checking all your favorite web sites manually for updates, "
             "Akregator collects the content for you.</p>"
             "<p>For more information about using Akregator, check the "
-            "<a href=\"%3\">Akregator website</a>. If you do not want to see this page anymore, <a href=\"config:/disable_introduction\">click here</a>.</p>"
+            "<a href=\"%3\">Trinity website</a>. If you do not want to see this page anymore, <a href=\"config:/disable_introduction\">click here</a>.</p>"
             "<p>We hope that you will enjoy Akregator.</p>\n"
             "<p>Thank you,</p>\n"
-            "<p style='margin-bottom: 0px'>&nbsp; &nbsp; The Akregator Team</p>\n")
+            "<p style='margin-bottom: 0px'>&nbsp; &nbsp; The Trinity Team</p>\n")
             .arg(AKREGATOR_VERSION) // Akregator version
-            .arg("http://akregator.kde.org/"); // Akregator homepage URL
+            .arg("https://trinitydesktop.org/"); // Trinity homepage URL
 
     TQString fontSize = TQString::number( pointsToPixel( Settings::mediumFontSize() ));
     TQString appTitle = i18n("Akregator");