Git commit 16ef18fc3cfc03b2a7af24d09eb9047756d92788 by Yuri Chornoivan.
Committed on 23/03/2019 at 14:00.
Pushed by yurchor into branch 'master'.

http -> https + update some links

M  +1    -1    doc/index.docbook
M  +3    -3    org.kde.kwordquiz.appdata.xml
M  +1    -1    src/main.cpp

https://commits.kde.org/kwordquiz/16ef18fc3cfc03b2a7af24d09eb9047756d92788

diff --git a/doc/index.docbook b/doc/index.docbook
index 9c8f6bc..9d52e79 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -86,7 +86,7 @@ With &kwordquiz; you build your own vocabulary documents in a 
simple and intuiti
 <sect2 id="vocabulary-documents">
 <title>Vocabulary documents</title>
 <para>
-  &kwordquiz; can open several types of vocabulary data. The default format is 
.kvtml, a file format shared by several &kde; programs. &kwordquiz; should also 
open .wql files created by &kwordquiz; for &Windows;, .csv files with comma 
separated text, <ulink url="http://www.vokabeln.de/v1/download.htm";>.voc 
files</ulink> created by the old version of Vokabeltrainer, <ulink 
url="http://xdxf.revdanica.com/down/";>.xdxf files</ulink>, and .xml.gz files 
created by the old versions of <ulink 
url="http://pauker.sourceforge.net";>Pauker</ulink>.
+  &kwordquiz; can open several types of vocabulary data. The default format is 
.kvtml, a file format shared by several &kde; programs. &kwordquiz; should also 
open .wql files created by &kwordquiz; for &Windows;, .csv files with comma 
separated text, <ulink url="http://www.vokabeln.de/v1/download.htm";>.voc 
files</ulink> created by the old version of Vokabeltrainer, <ulink 
url="https://sourceforge.net/projects/xdxf/files/dicts-XDXF/";>.xdxf 
files</ulink>, and .xml.gz files created by the old versions of <ulink 
url="http://pauker.sourceforge.net";>Pauker</ulink>.
 </para>
 <para>
 &kwordquiz; can save your vocabulary documents several different formats. The 
default is the .kvtml format used by other &kde; programs. Another available 
option is comma separated text .csv.
diff --git a/org.kde.kwordquiz.appdata.xml b/org.kde.kwordquiz.appdata.xml
index b647c2e..19724c4 100644
--- a/org.kde.kwordquiz.appdata.xml
+++ b/org.kde.kwordquiz.appdata.xml
@@ -93,9 +93,9 @@
     <p xml:lang="x-test">xxKWordQuiz is a general purpose flash card program. 
It can be used for vocabulary learning and many other subjects. It provides an 
editor and five different flashcard quiz modes. It uses the KVTML file format 
and contributed files can be downloaded from within the application.xx</p>
     <p xml:lang="zh-TW">KWordQuiz 
是一套閃卡記憶訓練程式。它可以用於字彙學習,還有許多其它的用途。它提供了一個編輯器與五種不同的閃卡模式。它使用 KVTML 
檔案格式,並且可以下載其他人所製作的閃卡檔。</p>
   </description>
-  <url type="homepage">http://edu.kde.org/kwordquiz/</url>
+  <url type="homepage">https://edu.kde.org/kwordquiz/</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kwordquiz</url>
-  <url 
type="help">http://docs.kde.org/stable/en/kdeedu/kwordquiz/index.html</url>
+  <url 
type="help">https://docs.kde.org/stable/en/kdeedu/kwordquiz/index.html</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=kwordquiz&amp;source=appdata</url>
   <screenshots>
     <screenshot type="default">
@@ -118,7 +118,7 @@
       <caption xml:lang="x-test">xxFlashcard quiz in KWordQuizxx</caption>
       <caption xml:lang="zh-CN">KWordQuiz 中的抽认卡测试</caption>
       <caption xml:lang="zh-TW">在 KWordQuiz 中測驗閃卡</caption>
-      <image>http://kde.org/images/screenshots/kwordquiz.png</image>
+      <image>https://kde.org/images/screenshots/kwordquiz.png</image>
     </screenshot>
   </screenshots>
   <project_group>KDE</project_group>
diff --git a/src/main.cpp b/src/main.cpp
index fb07d98..0eb13bb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
                          KAboutLicense::GPL_V2,
                          i18n("(c) 2003-2010, Peter Hedlund"),
                          QString(),
-                         QStringLiteral("http://edu.kde.org/kwordquiz";),
+                         
QStringLiteral("https://kde.org/applications/education/kwordquiz";),
                          QStringLiteral("sub...@bugs.kde.org"));
     aboutData.addAuthor(i18n("Peter Hedlund"), QString(), 
QStringLiteral("peter.hedl...@kdemail.net"));
     aboutData.addCredit(i18n("Anne-Marie Mahfouf"), i18n("KDE Edutainment 
Maintainer"), QStringLiteral("an...@kde.org"));

Reply via email to