aboutsummaryrefslogtreecommitdiff
path: root/src/core/kdesktopfile.h
diff options
context:
space:
mode:
authorJohn Hayes <jdhayes.linux@gmail.com>2019-12-11 10:09:32 +0100
committerChristophe Giboudeaux <christophe@krop.fr>2019-12-11 10:09:50 +0100
commit975aaeeff483658521d838561b15f38bcc990aa3 (patch)
treed3e74a96c10641fe9577f3c80bae6679007bc1fc /src/core/kdesktopfile.h
parent7fc91a387a17c88116627e752477409d49e16c91 (diff)
downloadkconfig-975aaeeff483658521d838561b15f38bcc990aa3.tar.gz
kconfig-975aaeeff483658521d838561b15f38bcc990aa3.tar.bz2
kconfig EBN transport protocol cleanup
Summary: Change and test transport protocol from http to https while correcting dead link Reviewers: apol Reviewed By: apol Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D25829
Diffstat (limited to 'src/core/kdesktopfile.h')
-rw-r--r--src/core/kdesktopfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kdesktopfile.h b/src/core/kdesktopfile.h
index 28343366..44220035 100644
--- a/src/core/kdesktopfile.h
+++ b/src/core/kdesktopfile.h
@@ -33,7 +33,7 @@ class KDesktopFilePrivate;
*
* @author Pietro Iglio <iglio@kde.org>
* @see KConfigBase KConfig
- * @see <a href="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop Entry Spec</a>
+ * @see <a href="https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html">Desktop Entry Spec</a>
*/
class KCONFIGCORE_EXPORT KDesktopFile : public KConfig
{