Git commit 5beca25975eb96545a54f7831dbbf097f2d23f05 by Yuri Chornoivan. Committed on 13/11/2019 at 09:33. Pushed by yurchor into branch 'master'.
Use URLs with transport encryption M +1 -1 README M +1 -1 doc/index.docbook M +1 -1 doc/man-kbruch.1.docbook M +3 -3 org.kde.kbruch.appdata.xml M +1 -1 src/KBruch.cpp https://commits.kde.org/kbruch/5beca25975eb96545a54f7831dbbf097f2d23f05 diff --git a/README b/README index 3880c70..9b1627c 100644 --- a/README +++ b/README @@ -1 +1 @@ -Please see: http://edu.kde.org/kbruch/ +Please see: https://edu.kde.org/kbruch/ diff --git a/doc/index.docbook b/doc/index.docbook index 72945b2..058b534 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -698,7 +698,7 @@ Program and documentation Copyright, 2001-2011 Sebastian Stein <listitem><para>Eva Brucherseifer for writing <application>KMath</application> (&kbruch;'s &GUI; is based on this work)</para></listitem> <listitem><para>Dominique Devriese for bug fixing</para></listitem> <listitem><para><ulink url="http://www.net-tex.de/">Stefan Schumacher</ulink> for testing a very early version</para></listitem> - <listitem><para><ulink url="http://www.guckes.net/">Sven Guckes</ulink> for testing the text interface (which has been removed)</para></listitem> + <listitem><para><ulink url="https://www.guckes.net/">Sven Guckes</ulink> for testing the text interface (which has been removed)</para></listitem> <listitem><para>&David.Faure; for helping with &kde; <acronym>CVS</acronym> and &kde; Bugzilla</para></listitem> <listitem><para>&Robert.Gogolok; for helping with &kde; <acronym>CVS</acronym></para></listitem> <listitem><para>John Kesson for proof reading the handbook</para></listitem> diff --git a/doc/man-kbruch.1.docbook b/doc/man-kbruch.1.docbook index 9684a64..23a8862 100644 --- a/doc/man-kbruch.1.docbook +++ b/doc/man-kbruch.1.docbook @@ -44,7 +44,7 @@ url="help:/kbruch">help:/kbruch</ulink> <userinput><command>khelpcenter</command> <parameter>help:/kbruch</parameter></userinput>).</para> <para>There is also further information available at <ulink -url="http://edu.kde.org/kbruch/">the kde-edu website</ulink></para> +url="https://edu.kde.org/kbruch/">the kde-edu website</ulink></para> </refsect1> <refsect1> diff --git a/org.kde.kbruch.appdata.xml b/org.kde.kbruch.appdata.xml index 2fe9c0c..ff605b9 100644 --- a/org.kde.kbruch.appdata.xml +++ b/org.kde.kbruch.appdata.xml @@ -258,9 +258,9 @@ <li xml:lang="zh-TW">百分比練習 -- 這類練習讓您計算百分比。</li> </ul> </description> - <url type="homepage">http://edu.kde.org/kbruch/</url> + <url type="homepage">https://edu.kde.org/kbruch/</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=kbruch</url> - <url type="help">http://docs.kde.org/stable/en/kdeedu/kbruch/index.html</url> + <url type="help">https://docs.kde.org/stable/en/kdeedu/kbruch/index.html</url> <url type="donation">https://www.kde.org/community/donations/?app=kbruch&source=appdata</url> <screenshots> <screenshot type="default"> @@ -285,7 +285,7 @@ <caption xml:lang="x-test">xxExercising fractions with KBruchxx</caption> <caption xml:lang="zh-CN">在 KBrush 中练习分数</caption> <caption xml:lang="zh-TW">使用 KBruch 練習分數</caption> - <image>http://kde.org/images/screenshots/kbruch.png</image> + <image>https://kde.org/images/screenshots/kbruch.png</image> </screenshot> </screenshots> <project_group>KDE</project_group> diff --git a/src/KBruch.cpp b/src/KBruch.cpp index 3db94d0..12b9688 100644 --- a/src/KBruch.cpp +++ b/src/KBruch.cpp @@ -67,7 +67,7 @@ int main(int argc, char * argv[]) aboutData.addAuthor(i18n("Roberto Cunha"), i18n("New interface design and usability improvements"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18n("Tadeu Araujo"), i18n("New interface design and usability improvements"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18n("Tiago Porangaba"), i18n("New interface design and usability improvements"), QStringLiteral("[email protected]")); - aboutData.setHomepage(QStringLiteral("http://edu.kde.org/kbruch/")); + aboutData.setHomepage(QStringLiteral("https://edu.kde.org/kbruch/")); KCrash::initialize();
