diff options
Diffstat (limited to 'src/core/kdesktopfile.h')
-rw-r--r-- | src/core/kdesktopfile.h | 2 |
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 { |