diff --git a/docs/kcontrol5/proxy/index.docbook b/docs/kcontrol5/proxy/index.docbook --- a/docs/kcontrol5/proxy/index.docbook +++ b/docs/kcontrol5/proxy/index.docbook @@ -94,7 +94,7 @@ If you have a problem using this setup, please consult the FAQ section at http://www.konqueror.org for +url="https://www.konqueror.org">https://www.konqueror.org for more information. diff --git a/docs/kcookiejar5/man-kcookiejar5.8.docbook b/docs/kcookiejar5/man-kcookiejar5.8.docbook --- a/docs/kcookiejar5/man-kcookiejar5.8.docbook +++ b/docs/kcookiejar5/man-kcookiejar5.8.docbook @@ -140,7 +140,7 @@ Bugs -Please use KDE's bugtracker to report bugs. +Please use KDE's bugtracker to report bugs. diff --git a/docs/kioslave5/data/index.docbook b/docs/kioslave5/data/index.docbook --- a/docs/kioslave5/data/index.docbook +++ b/docs/kioslave5/data/index.docbook @@ -47,7 +47,7 @@ Gr??e aus Schl?gl -IETF +IETF RFC2397 provides more information. diff --git a/docs/kioslave5/help/documentationnotfound/index.docbook b/docs/kioslave5/help/documentationnotfound/index.docbook --- a/docs/kioslave5/help/documentationnotfound/index.docbook +++ b/docs/kioslave5/help/documentationnotfound/index.docbook @@ -31,7 +31,7 @@ How to solve this issue If the application is &kde; software, start by searching the KDE Documentation site for the requested +url="https://docs.kde.org/">KDE Documentation site 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 @@ 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 KDE Bug Tracker under the KIO product. +url="https://bugs.kde.org/">KDE Bug Tracker under the KIO product. If you do not find any documentation on the KDE Documentation site, the +url="https://docs.kde.org/">KDE Documentation site, the application may not have offline documentation. Please report this on -the KDE Bug Tracker under the +the KDE Bug Tracker under the product for the application. In case the application does not have offline documentation, you should use the online resources UserBase Documentation and -KDE Community Forums to get +url="https://userbase.kde.org/">UserBase Documentation and +KDE Community Forums to get help. diff --git a/docs/kioslave5/mailto/index.docbook b/docs/kioslave5/mailto/index.docbook --- a/docs/kioslave5/mailto/index.docbook +++ b/docs/kioslave5/mailto/index.docbook @@ -22,7 +22,7 @@ The kioslave mailto is responsible for launching the mail composer of your -choice when you open a &URL; in the mailto scheme (RFC6068). +choice when you open a &URL; in the mailto scheme (RFC6068). diff --git a/src/core/job_error.cpp b/src/core/job_error.cpp --- a/src/core/job_error.cpp +++ b/src/core/job_error.cpp @@ -49,7 +49,7 @@ 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 @@ "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 " - "KDE bug reporting website. If not, take " + "KDE bug reporting website. 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 @@ "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 " - "http://kde-apps.org/ and " + "Places to search include " + "https://kde-apps.org/ and " "http://freshmeat.net/.") << sUpdate << sSysadmin; break; @@ -906,8 +906,8 @@ "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 " - "http://bugs.kde.org/ to inform the KDE team of the unsupported " + solutions << i18n("Please file a bug at " + "https://bugs.kde.org/ 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 --- a/src/kcms/kio/kproxydlg.ui +++ b/src/kcms/kio/kproxydlg.ui @@ -42,7 +42,7 @@ <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> diff --git a/src/widgets/kautomount.cpp b/src/widgets/kautomount.cpp --- a/src/widgets/kautomount.cpp +++ b/src/widgets/kautomount.cpp @@ -82,7 +82,7 @@ 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;