[kio] /: Use https for links in the UI and documentation
Volker Krause
null at kde.org
Sun Mar 24 10:47:01 GMT 2019
Git commit a2ac37917303c785d395fa3d7d158626dbe3173c by Volker Krause.
Committed on 24/03/2019 at 10:46.
Pushed by vkrause into branch 'master'.
Use https for links in the UI and documentation
Reviewers: yurchor
Reviewed By: yurchor
Subscribers: ognarb, yurchor, kde-frameworks-devel, kde-doc-english
Tags: #frameworks, #documentation
Differential Revision: https://phabricator.kde.org/D19895
M +1 -1 docs/kcontrol5/proxy/index.docbook
M +1 -1 docs/kcookiejar5/man-kcookiejar5.8.docbook
M +1 -1 docs/kioslave5/data/index.docbook
M +6 -6 docs/kioslave5/help/documentationnotfound/index.docbook
M +1 -1 docs/kioslave5/mailto/index.docbook
M +6 -6 src/core/job_error.cpp
M +1 -1 src/kcms/kio/kproxydlg.ui
M +1 -1 src/widgets/kautomount.cpp
https://commits.kde.org/kio/a2ac37917303c785d395fa3d7d158626dbe3173c
diff --git a/docs/kcontrol5/proxy/index.docbook b/docs/kcontrol5/proxy/index.docbook
index 32d206db..418aec4b 100644
--- a/docs/kcontrol5/proxy/index.docbook
+++ b/docs/kcontrol5/proxy/index.docbook
@@ -94,7 +94,7 @@ downloaded using <quote>Web Proxy Auto-Discovery</quote>
<note><para>If you have a problem using this setup, please consult the
<acronym>FAQ</acronym> section at <ulink
-url="http://www.konqueror.org">http://www.konqueror.org</ulink> for
+url="https://www.konqueror.org">https://www.konqueror.org</ulink> for
more information.</para></note>
</listitem>
</varlistentry>
diff --git a/docs/kcookiejar5/man-kcookiejar5.8.docbook b/docs/kcookiejar5/man-kcookiejar5.8.docbook
index 827d5ecf..786267dc 100644
--- a/docs/kcookiejar5/man-kcookiejar5.8.docbook
+++ b/docs/kcookiejar5/man-kcookiejar5.8.docbook
@@ -140,7 +140,7 @@ additional tasks to the cookies jar it provides, like removing the cookies from
<refsect1>
<title>Bugs</title>
-<para>Please use <ulink url="http://bugs.kde.org">KDE's bugtracker</ulink> to report bugs.</para>
+<para>Please use <ulink url="https://bugs.kde.org">KDE's bugtracker</ulink> to report bugs.</para>
</refsect1>
</refentry>
diff --git a/docs/kioslave5/data/index.docbook b/docs/kioslave5/data/index.docbook
index 2cb24b49..94d5f7db 100644
--- a/docs/kioslave5/data/index.docbook
+++ b/docs/kioslave5/data/index.docbook
@@ -47,7 +47,7 @@ whereas omitting the charset attribute might lead to something like
<literal>Gr??e aus Schl?gl</literal>
</para>
-<para><ulink url="http://www.ietf.org/rfc/rfc2397.txt">IETF
+<para><ulink url="https://www.ietf.org/rfc/rfc2397.txt">IETF
RFC2397</ulink> provides more information.</para>
</article>
diff --git a/docs/kioslave5/help/documentationnotfound/index.docbook b/docs/kioslave5/help/documentationnotfound/index.docbook
index c7d68224..f24f8f06 100644
--- a/docs/kioslave5/help/documentationnotfound/index.docbook
+++ b/docs/kioslave5/help/documentationnotfound/index.docbook
@@ -31,7 +31,7 @@ with the application.</para>
<title>How to solve this issue</title>
<para>If the application is &kde; software, start by searching the <ulink
-url="http://docs.kde.org/">KDE Documentation site</ulink> for the requested
+url="https://docs.kde.org/">KDE Documentation site</ulink> for the requested
documentation. If you find the documentation on that site, your distribution
might ship a separate package for documentation (⪚ called plasma-doc for
documentation related to &plasma;). Please use the package manager of your
@@ -45,20 +45,20 @@ might have disabled the installation of the documentation.
<para>If you have done that, but still get this page displayed instead of the
application handbook, you probably found a bug in the help
system. In this case, please report this on the <ulink
-url="http://bugs.kde.org/">KDE Bug Tracker</ulink> under the KIO product.
+url="https://bugs.kde.org/">KDE Bug Tracker</ulink> under the KIO product.
</para>
<para>If you do not find any documentation on the <ulink
-url="http://docs.kde.org/">KDE Documentation site</ulink>, the
+url="https://docs.kde.org/">KDE Documentation site</ulink>, the
application may not have offline documentation. Please report this on
-the <ulink url="http://bugs.kde.org/">KDE Bug Tracker</ulink> under the
+the <ulink url="https://bugs.kde.org/">KDE Bug Tracker</ulink> under the
product for the application.
</para>
<para>In case the application does not have offline documentation, you should
use the online resources <ulink
-url="http://userbase.kde.org/">UserBase Documentation</ulink> and
-<ulink url="http://forum.kde.org/">KDE Community Forums</ulink> to get
+url="https://userbase.kde.org/">UserBase Documentation</ulink> and
+<ulink url="https://forum.kde.org/">KDE Community Forums</ulink> to get
help.
</para>
diff --git a/docs/kioslave5/mailto/index.docbook b/docs/kioslave5/mailto/index.docbook
index 4d0e489d..dae7ad2b 100644
--- a/docs/kioslave5/mailto/index.docbook
+++ b/docs/kioslave5/mailto/index.docbook
@@ -22,7 +22,7 @@
</articleinfo>
<para>
The kioslave mailto is responsible for launching the mail composer of your
-choice when you open a &URL; in the mailto scheme (<ulink url="http://tools.ietf.org/html/rfc6068">RFC6068</ulink>).
+choice when you open a &URL; in the mailto scheme (<ulink url="https://tools.ietf.org/html/rfc6068">RFC6068</ulink>).
</para>
<variablelist>
diff --git a/src/core/job_error.cpp b/src/core/job_error.cpp
index 2bc8a369..571773e5 100644
--- a/src/core/job_error.cpp
+++ b/src/core/job_error.cpp
@@ -49,7 +49,7 @@ KIOCORE_EXPORT QString KIO::buildErrorString(int errorCode, const QString &error
result = i18n("Could not start process %1.", errorText);
break;
case KIO::ERR_INTERNAL:
- result = i18n("Internal Error\nPlease send a full bug report at http://bugs.kde.org\n%1", errorText);
+ result = i18n("Internal Error\nPlease send a full bug report at https://bugs.kde.org\n%1", errorText);
break;
case KIO::ERR_MALFORMED_URL:
result = i18n("Malformed URL %1.", errorText);
@@ -373,7 +373,7 @@ KIOCORE_EXPORT QByteArray KIO::rawErrorDetail(int errorCode, const QString &erro
"high quality bug report. If the software is provided by a third party, "
"please contact them directly. Otherwise, first look to see if "
"the same bug has been submitted by someone else by searching at the "
- "<a href=\"http://bugs.kde.org/\">KDE bug reporting website</a>. If not, take "
+ "<a href=\"https://bugs.kde.org/\">KDE bug reporting website</a>. If not, take "
"note of the details given above, and include them in your bug report, along "
"with as many other details as you think might help.");
QString cNetwork = i18n("There may have been a problem with your network "
@@ -454,8 +454,8 @@ KIOCORE_EXPORT QByteArray KIO::rawErrorDetail(int errorCode, const QString &erro
"the server may be incompatible.", protocol);
solutions << i18n("You may perform a search on the Internet for a KDE "
"program (called a kioslave or ioslave) which supports this protocol. "
- "Places to search include <a href=\"http://kde-apps.org/\">"
- "http://kde-apps.org/</a> and <a href=\"http://freshmeat.net/\">"
+ "Places to search include <a href=\"https://kde-apps.org/\">"
+ "https://kde-apps.org/</a> and <a href=\"http://freshmeat.net/\">"
"http://freshmeat.net/</a>.")
<< sUpdate << sSysadmin;
break;
@@ -906,8 +906,8 @@ KIOCORE_EXPORT QByteArray KIO::rawErrorDetail(int errorCode, const QString &erro
"authentication details, the authentication failed because the "
"method that the server is using is not supported by the KDE "
"program implementing the protocol %1.", protocol);
- solutions << i18n("Please file a bug at <a href=\"http://bugs.kde.org/\">"
- "http://bugs.kde.org/</a> to inform the KDE team of the unsupported "
+ solutions << i18n("Please file a bug at <a href=\"https://bugs.kde.org/\">"
+ "https://bugs.kde.org/</a> to inform the KDE team of the unsupported "
"authentication method.") << sSysadmin;
break;
diff --git a/src/kcms/kio/kproxydlg.ui b/src/kcms/kio/kproxydlg.ui
index c7703fc0..18ceac0a 100644
--- a/src/kcms/kio/kproxydlg.ui
+++ b/src/kcms/kio/kproxydlg.ui
@@ -42,7 +42,7 @@ If you are uncertain whether or not you need to use a proxy server to connect to
<string><qt>
Automatically detect and configure the proxy settings.<p>
Automatic detection is performed using the <b>Web Proxy Auto-Discovery Protocol (WPAD)</b>.<p>
-<b>NOTE:</b> This option might not work properly or not work at all in some UNIX/Linux distributions. If you encounter a problem when using this option, please check the FAQ section at http://konqueror.kde.org.
+<b>NOTE:</b> This option might not work properly or not work at all in some UNIX/Linux distributions. If you encounter a problem when using this option, please check the FAQ section at https://konqueror.org.
</qt></string>
</property>
<property name="text">
diff --git a/src/widgets/kautomount.cpp b/src/widgets/kautomount.cpp
index 9be84f85..226052ad 100644
--- a/src/widgets/kautomount.cpp
+++ b/src/widgets/kautomount.cpp
@@ -82,7 +82,7 @@ void KAutoMountPrivate::slotResult(KJob *job)
if (!mp) {
qCWarning(KIO_WIDGETS) << m_strDevice << "was correctly mounted, but findByDevice() didn't find it."
- << "This looks like a bug, please report it on http://bugs.kde.org, together with your /etc/fstab and /etc/mtab lines for this device";
+ << "This looks like a bug, please report it on https://bugs.kde.org, together with your /etc/fstab and /etc/mtab lines for this device";
} else {
const QUrl url = QUrl::fromLocalFile(mp->mountPoint());
//qDebug() << "KAutoMount: m_strDevice=" << m_strDevice << " -> mountpoint=" << mountpoint;
More information about the kde-doc-english
mailing list