summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-07-13 18:22:52 -0300
committerAndre Miranda <andreldm@xfce.org>2019-07-13 18:22:52 -0300
commitf8a54167410b4c2395c23c6d5ab89e78095e283c (patch)
tree1c61e7f3299607bd91a4b30945022d3dec93bad9 /docs
parentc53d11d9b1b948da7e266dc1cc3cc7d9602f42bd (diff)
downloadthunar-f8a54167410b4c2395c23c6d5ab89e78095e283c.tar.gz
Use https where possible
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/thunarx/thunarx-docs.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/thunarx/thunarx-docs.xml b/docs/reference/thunarx/thunarx-docs.xml
index d41bb2b5..4a1f2cbe 100644
--- a/docs/reference/thunarx/thunarx-docs.xml
+++ b/docs/reference/thunarx/thunarx-docs.xml
@@ -42,7 +42,7 @@
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. The complete license text is available from the <ulink
- type="http" url="http://www.gnu.org/">Free Software Foundation</ulink>.
+ type="http" url="https://www.gnu.org/">Free Software Foundation</ulink>.
</para>
</legalnotice>
@@ -80,7 +80,7 @@
<para>
It is based on the <ulink type="http"
- url="http://library.gnome.org/devel/gobject/unstable/chapter-gtype.html">GLib Dynamic Type
+ url="https://developer.gnome.org/gobject/unstable/chapter-gtype.html">GLib Dynamic Type
System</ulink> and loads the extensions on demand to reduce the system resources
allocated for the file manager process.
</para>
@@ -106,7 +106,7 @@
<listitem>
Provide basic compatibility with the <ulink type="http"
- url="http://www.gnome.org/projects/nautilus/">Nautilus</ulink> Extension Framework,
+ url="https://www.gnome.org/projects/nautilus/">Nautilus</ulink> Extension Framework,
so vendors don't need to write several versions of their extensions for the various
file managers. With the current implementation it should be easy to write a small
wrapper library for generic extensions that can be loaded into both Thunar and
@@ -119,10 +119,10 @@
therefore people that already know how to write Nautilus extensions must be
careful when writing extensions for Thunar, because Thunar actually unloads the
extension when it's no longer needed. The <ulink type="http"
- url="http://library.gnome.org/devel/gobject/unstable/GTypePlugin.html">GTypePlugin</ulink>
+ url="https://developer.gnome.org/gobject/unstable/GTypePlugin.html">GTypePlugin</ulink>
and <ulink type="http"
- url="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html">GTypeModule</ulink>
- sections in the <ulink type="http" url="http://library.gnome.org/devel/gobject/unstable/">GObject
+ url="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GTypeModule</ulink>
+ sections in the <ulink type="http" url="https://developer.gnome.org/gobject/unstable/">GObject
Reference Manual</ulink> provide details about the handling of dynamic type plugins.
</listitem>