[games/kajongg] /: Update some links (silent)

Friedrich W. H. Kossebau null at kde.org
Wed Sep 16 22:42:19 BST 2020


Git commit 3d84a4c2ef00a726bbb8f8e27c82a9b5a37c0a8c by Friedrich W. H. Kossebau.
Committed on 16/09/2020 at 21:41.
Pushed by kossebau into branch 'master'.

Update some links

GIT_SILENT

M  +3    -3    Messages.sh
M  +2    -2    README
M  +1    -1    debian.control
M  +3    -3    doc/index.docbook
M  +1    -1    src/about.py
M  +1    -1    src/setup.py

https://invent.kde.org/games/kajongg/commit/3d84a4c2ef00a726bbb8f8e27c82a9b5a37c0a8c

diff --git a/Messages.sh b/Messages.sh
index 18c5ed3e..d9f9ccd4 100644
--- a/Messages.sh
+++ b/Messages.sh
@@ -1,10 +1,10 @@
 #!/bin/sh
-# http://www.gnu.org/software/autoconf/manual/gettext/xgettext-Invocation.html
-# http://api.kde.org/4.0-api/kdelibs-apidocs/kdecore/html/classKLocalizedString.html
+# https://www.gnu.org/software/gettext/manual/html_node/gettext-Invocation.html#gettext-Invocation
+# https://api.kde.org/frameworks/ki18n/html/prg_guide.html
 # extract messages from *.py
 
 # currently, the .pot lives at
-# http://websvn.kde.org/trunk/l10n-kf5/templates/messages/kdegames/kajongg.pot
+# https://websvn.kde.org/trunk/l10n-kf5/templates/messages/kajongg/kajongg.pot
 
 ${EXTRACTRC:-extractrc} src/*.ui src/*.rc >> rc.cpp
 
diff --git a/README b/README
index 79818c25..1660bafa 100644
--- a/README
+++ b/README
@@ -42,10 +42,10 @@ does not affect existing games.
 
 You can always get the current source code from here:
 
-git clone git://anongit.kde.org/kajongg
+git clone https://anongit.kde.org/kajongg.git
 or see online here: [url]https://commits.kde.org/kajongg[/url]
 
-Please also visit [url]http://kde.org/applications/games/kajongg/[/url]
+Please also visit [url]https://kde.org/applications/games/org.kde.kajongg[/url]
 
 If you want to send me bug reports, please either use the kajongg
 menu commmand Help / Report Bug or mail me directly to the Mail
diff --git a/debian.control b/debian.control
index 696cf32f..d9d6ea06 100644
--- a/debian.control
+++ b/debian.control
@@ -8,7 +8,7 @@ Architecture: all
 Depends: python (>= 3.5.0), python-twisted-core (>= 16.6.0), libsqlite3-0 (>= 3.5.0), libqt4-sql-sqlite (>= 4.6), python-qt4-sql (>= 4.6), kdegames-mahjongg-data, vorbis-tools
 Recommends: sox
 Replaces: kmj
-Homepage: http://kde.org/applications/games/kajongg/
+Homepage: https://kde.org/applications/games/org.kde.kajongg
 Description: The classical game of Mah Jongg
   This is the classical Mah Jongg for four players.
   .
diff --git a/doc/index.docbook b/doc/index.docbook
index b7cb7564..50ff46c7 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -992,8 +992,8 @@ Full Screen Mode
 		  This is the ultimate reference for Classical Chinese Mah Jong as played in the Western world. It can give you valuable hints about game strategies.</para></listitem>
 		<listitem><para>Mah-Jong by Gwyn Headley and Yvonne Seeley, 3rd edition, 2008, A & C Black Publishers Ltd., London. This book is a very easy to use reference, concentrating
 		  on the rules as used in Great Britain, defined by the BMJA (The British Mah Jong Association).</para></listitem>
-		<listitem><para><ulink url="http://en.wikipedia.org/wiki/Mahjong"></ulink></para></listitem>
-		<listitem><para><ulink url="http://de.wikipedia.org/wiki/Mahjongg"></ulink></para></listitem>
+		<listitem><para><ulink url="https://en.wikipedia.org/wiki/Mahjong"></ulink></para></listitem>
+		<listitem><para><ulink url="https://de.wikipedia.org/wiki/Mahjongg"></ulink></para></listitem>
         </itemizedlist>
 </appendix>
 
@@ -1008,7 +1008,7 @@ For Windows: Please see <ulink url="https://www.linux-apps.com/p/1109453/"></uli
 <para>
 If you want to download the source and install manually:
 <itemizedlist>
-<listitem><para> <literal>git clone git://anongit.kde.org/kajongg</literal> </para></listitem>
+<listitem><para> <literal>git clone https://anongit.kde.org/kajongg.git</literal> </para></listitem>
 <listitem><para> For Linux: <literal>cd kajongg ; mkdir build ; cd build; cmake .. && make && make install</literal> </para></listitem>
 <listitem><para> For Windows: Please read README.windows </para></listitem>
 </itemizedlist>
diff --git a/src/about.py b/src/about.py
index 6e27d5a5..47b24c24 100644
--- a/src/about.py
+++ b/src/about.py
@@ -31,7 +31,7 @@ class About:
     def __init__(self):
         self.appName = "kajongg"
         catalog = ""
-        homePage = "https://kde.org/applications/games/kajongg/"
+        homePage = "https://kde.org/applications/games/org.kde.kajongg"
         version = str(Internal.defaultPort)
         programName = i18n("Kajongg")
         description = i18n(
diff --git a/src/setup.py b/src/setup.py
index dd423e4f..0afe53db 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -31,7 +31,7 @@ Usage: see ../README.windows
 # ==== adapt this part =====
 FULLAUTHOR = "Wolfgang Rohdewald <wolfgang at rohdewald.de>"
 LICENSE = 'GNU General Public License v2'
-URL = "https://www.kde.org/applications/games/kajongg/"
+URL = "https://kde.org/applications/games/org.kde.kajongg"
 VERSION = "17.04"
 # ==========================
 


More information about the kde-doc-english mailing list