summaryrefslogtreecommitdiff
path: root/Software/desktop-file-utils.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Software/desktop-file-utils.mdwn')
-rw-r--r--Software/desktop-file-utils.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/desktop-file-utils.mdwn b/Software/desktop-file-utils.mdwn
index eeb81935..1732724b 100644
--- a/Software/desktop-file-utils.mdwn
+++ b/Software/desktop-file-utils.mdwn
@@ -5,7 +5,7 @@ desktop-file-utils contains a few command line utilities for working with [[desk
* desktop-file-validate: validates a desktop file and prints warnings/errors about desktop entry specification violations.
* desktop-file-install: installs a desktop file to the applications directory, optionally munging it a bit in transit.
* update-desktop-database: updates the database containing a cache of MIME types handled by desktop files.
-It requires [[GLib|http://download.gnome.org/sources/glib/]] to compile, because the implementation requires Unicode utilities and such.
+It requires [[GLib|https://download.gnome.org/sources/glib/]] to compile, because the implementation requires Unicode utilities and such.
### Development
@@ -15,6 +15,6 @@ The development occurs in git, in the [[xdg/desktop-file-utils|https://gitlab.fr
### Download
-Tarballs can be found at [[http://www.freedesktop.org/software/desktop-file-utils/releases/|http://www.freedesktop.org/software/desktop-file-utils/releases/]]
+Tarballs can be found at [[https://www.freedesktop.org/software/desktop-file-utils/releases/|https://www.freedesktop.org/software/desktop-file-utils/releases/]]
Release notes can be found in the [[NEWS file|https://gitlab.freedesktop.org/xdg/desktop-file-utils/blob/master/NEWS]].