Git commit a29762eae47a803569c07d36788d3e3ac8303f62 by Friedrich W. H. Kossebau. Committed on 07/03/2019 at 02:22. Pushed by kossebau into branch 'master'.
Use more https in links M +1 -1 colorsim.cpp M +1 -1 doc/man-kmag.1.docbook M +2 -2 main.cpp https://commits.kde.org/kmag/a29762eae47a803569c07d36788d3e3ac8303f62 diff --git a/colorsim.cpp b/colorsim.cpp index c3e0f19..3897528 100644 --- a/colorsim.cpp +++ b/colorsim.cpp @@ -152,7 +152,7 @@ static const matrix coef[3] = { These matrices are derived from the "Color Blindness Simulation" sample palettes from Visolve, Ryobi System Solutions, using the LMS transformations from [1]. - http://www.ryobi-sol.co.jp/visolve/en/simulation.html + https://www.ryobi-sol.co.jp/visolve/en/simulation.html ***************************************************************************/ diff --git a/doc/man-kmag.1.docbook b/doc/man-kmag.1.docbook index 7994512..9463929 100644 --- a/doc/man-kmag.1.docbook +++ b/doc/man-kmag.1.docbook @@ -47,7 +47,7 @@ url="help:/kmag">help:/kmag</ulink> <parameter>help:/kmag</parameter></userinput>).</member> <member>kf5options(7)</member> <member>qt5options(7)</member> -<member>There is also further information available at <ulink url="http://accessibility.kde.org">the &kde; accessibility project home page.</ulink></member> +<member>There is also further information available at <ulink url="https://accessibility.kde.org/">the &kde; accessibility project home page.</ulink></member> </simplelist> </refsect1> diff --git a/main.cpp b/main.cpp index 42298ac..1e3a598 100644 --- a/main.cpp +++ b/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) i18n("Screen magnifier created by KDE"), KAboutLicense::GPL, i18n("Copyright 2001-2003 Sarang Lakare\nCopyright 2003-2004 Olaf Schmidt\nCopyright 2008 Matthew Woehlke"), QString(), - QStringLiteral("http://accessibility.kde.org/")); + QStringLiteral("https://accessibility.kde.org/")); // about the authors aboutData.addAuthor(i18n("Sarang Lakare"), @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) aboutData.addAuthor(i18n("Olaf Schmidt"), i18n("Rework of the user interface, improved selection window, speed optimization, rotation, bug fixes"), QStringLiteral("[email protected]")); aboutData.addCredit(i18n("Matthew Woehlke"), i18n("Color-blindness simulation"), QStringLiteral("[email protected]")); aboutData.addCredit(i18n("Sebastian Sauer"), i18n("Focus tracking"), QStringLiteral("[email protected]")); - aboutData.addCredit(i18n("Claudiu Costin"), i18n("Some tips"), QStringLiteral("[email protected]"), QStringLiteral("http://www.ro.kde.org")); + aboutData.addCredit(i18n("Claudiu Costin"), i18n("Some tips"), QStringLiteral("[email protected]"), QStringLiteral("https://ro.kde.org")); KAboutData::setApplicationData(aboutData);
