Git commit 3859a9df565316ac38f346d3507882ebc455f63e by Yuri Chornoivan.
Committed on 13/11/2019 at 16:59.
Pushed by yurchor into branch 'master'.

Use URLs with transport encryption

M  +1    -1    COPYING.DOC
M  +1    -1    doc/man-kmousetool.1.docbook
M  +1    -1    kmousetool/main.cpp
M  +1    -1    kmousetool/mtstroke.cpp

https://commits.kde.org/kmousetool/3859a9df565316ac38f346d3507882ebc455f63e

diff --git a/COPYING.DOC b/COPYING.DOC
index 4a0fe1c..71ec2c4 100644
--- a/COPYING.DOC
+++ b/COPYING.DOC
@@ -355,7 +355,7 @@ The Free Software Foundation may publish new, revised 
versions
 of the GNU Free Documentation License from time to time.  Such new
 versions will be similar in spirit to the present version, but may
 differ in detail to address new problems or concerns.  See
-http://www.gnu.org/copyleft/.
+https://www.gnu.org/copyleft/.
 
 Each version of the License is given a distinguishing version number.
 If the Document specifies that a particular numbered version of this
diff --git a/doc/man-kmousetool.1.docbook b/doc/man-kmousetool.1.docbook
index 9ed8ca0..92a6a7c 100644
--- a/doc/man-kmousetool.1.docbook
+++ b/doc/man-kmousetool.1.docbook
@@ -52,7 +52,7 @@ url="help:/kmousetool">help:/kmousetool</ulink>
 <parameter>help:/kmousetool</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 
site.</ulink></member>
+<member>There is also further information available at <ulink 
url="https://community.kde.org/Accessibility";>the &kde; accessibility 
site.</ulink></member>
 </simplelist>
 </refsect1>
 
diff --git a/kmousetool/main.cpp b/kmousetool/main.cpp
index 5b8805a..475d4fc 100644
--- a/kmousetool/main.cpp
+++ b/kmousetool/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
 
     aboutData.addAuthor(i18n("Gunnar Schmidt"), i18n("Current maintainer"), 
QStringLiteral("[email protected]"), QStringLiteral("http://www.schmi-dt.de";));
     aboutData.addAuthor(i18n("Olaf Schmidt"), i18n("Usability improvements"), 
QStringLiteral("[email protected]"));
-    aboutData.addAuthor(i18n("Jeff Roush"), i18n("Original author"), 
QStringLiteral("[email protected]"), 
QStringLiteral("http://www.mousetool.com";));
+    aboutData.addAuthor(i18n("Jeff Roush"), i18n("Original author"), 
QStringLiteral("[email protected]"));
 
     aboutData.addCredit(i18n("Joe Betts"));
     aboutData.setOrganizationDomain("kde.org");
diff --git a/kmousetool/mtstroke.cpp b/kmousetool/mtstroke.cpp
index c80eee4..6a4ad65 100644
--- a/kmousetool/mtstroke.cpp
+++ b/kmousetool/mtstroke.cpp
@@ -242,7 +242,7 @@ bool MTStroke::writeSequence()
   outfile << "# \n";
   outfile << "# The mouse path can then be described by a sequence of 
numbers:\n";
   outfile << "# for example, \"12321\" describes the mouse moving from left to 
right and back.\n";
-  outfile << "# This general scheme follows libstroke 
(http://www.etla.net/~willey/projects/libstroke/)\n";
+  outfile << "# This general scheme follows libstroke 
(https://directory.fsf.org/wiki/LibStroke)\n";
   outfile << "# although it was reimplemented from scratch for KMouseTool.\n";
   outfile << "\n";
   outfile << "# For each stroke recognized, provide an integer describing an 
action\n";

Reply via email to