diff options
Diffstat (limited to 'docs/reference/gtk/running.sgml')
-rw-r--r-- | docs/reference/gtk/running.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index 9f28579aea..1d8048dff4 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -520,9 +520,9 @@ nevertheless. <para> GTK+ uses these environment variables to locate icon themes and MIME information. For more information, see - <ulink url="http://freedesktop.org/Standards/icon-theme-spec">Icon Theme Specification</ulink>, - the <ulink url="http://freedesktop.org/Standards/shared-mime-info-spec">Shared MIME-info Database</ulink> - and the <ulink url="http://freedesktop.org/Standards/basedir-spec">Base Directory Specification</ulink>. + <ulink url="https://freedesktop.org/Standards/icon-theme-spec">Icon Theme Specification</ulink>, + the <ulink url="https://freedesktop.org/Standards/shared-mime-info-spec">Shared MIME-info Database</ulink> + and the <ulink url="https://freedesktop.org/Standards/basedir-spec">Base Directory Specification</ulink>. </para> </formalpara> @@ -531,7 +531,7 @@ nevertheless. <para> GTK+ uses this environment variable to provide startup notification - according to the <ulink url="http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt">Startup Notification Spec</ulink>. + according to the <ulink url="https://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt">Startup Notification Spec</ulink>. Following the specification, GTK+ unsets this variable after reading it (to keep it from leaking to child processes). So, if you need its value for your own purposes, you have to read it before calling |