[education/rkward] rkward: fixed link to JSS paper in about dialog

m.eik michalke null at kde.org
Thu Nov 16 10:13:08 GMT 2023


Git commit 7875fb57fa9604f6dc65cec87913a444c8c5448a by m.eik michalke.
Committed on 16/11/2023 at 11:12.
Pushed by meikm into branch 'master'.

fixed link to JSS paper in about dialog

M  +1    -1    rkward/main.cpp

https://invent.kde.org/education/rkward/-/commit/7875fb57fa9604f6dc65cec87913a444c8c5448a

diff --git a/rkward/main.cpp b/rkward/main.cpp
index d609eb60f..46cbad8ba 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -280,7 +280,7 @@ int main (int argc, char *argv[]) {
 	aboutData.addCredit (i18n ("Roland Vollgraf"), i18n ("Some patches"));
 	aboutData.addCredit (i18n ("Roy Qu"), i18n ("patches and helpful comments"));
 	aboutData.addCredit (i18n ("Many more people on rkward-devel at kde.org"), i18n ("Sorry, if we forgot to list you. Please contact us to get added"));
-	aboutData.setOtherText(QString("<p><b>%1</b></p><ul><li><a href=\"http://dev1.jstatsoft.org/article/view/v049i09\">%2</a></li><li>Friedrichsmeier, T. & the RKWard Team (%3). RKWard: %4. Version %5. %6</li></ul>").arg(i18n("How to cite:"), i18n("Peer-reviewed article in the Journal of Statistical Software"), aboutData.copyrightStatement().right(4), aboutData.shortDescription(), aboutData.version(), aboutData.homepage()));
+	aboutData.setOtherText(QString("<p><b>%1</b></p><ul><li><a href=\"https://www.jstatsoft.org/article/view/v049i09\">%2</a></li><li>Friedrichsmeier, T. & the RKWard Team (%3). RKWard: %4. Version %5. %6</li></ul>").arg(i18n("How to cite:"), i18n("Peer-reviewed article in the Journal of Statistical Software"), aboutData.copyrightStatement().right(4), aboutData.shortDescription(), aboutData.version(), aboutData.homepage()));
 	KAboutData::setApplicationData (aboutData);
 
 	QCommandLineParser parser;


More information about the rkward-tracker mailing list