[Xfce4-commits] [xfce/thunar] 01/01: replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/Start/" (bug #10554)

noreply at xfce.org noreply at xfce.org
Sun Mar 4 21:16:45 CET 2018


This is an automated email from the git hooks/post-receive script.

a   l   e   x       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       x   f   c   e   -   4   .   1   2   
   in repository xfce/thunar.

commit 31605c13f58bcf1485d1071232b2cff84a80e215
Author: Alexander Schwinn <acs82 at gmx.de>
Date:   Sun Mar 4 20:59:21 2018 +0100

    replaced links to "http://thunar.xfce.org/" with
    "https://docs.xfce.org/xfce/thunar/Start/"
    (bug #10554)
---
 README                                   | 2 +-
 docs/README.gtkrc                        | 2 +-
 docs/reference/thunarx/thunarx-docs.sgml | 4 ++--
 thunar/thunar-dialogs.c                  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 0503e14..1949d03 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Installation
 ============
 
 The file 'INSTALL' contains generic installation instructions. For more
-detailed information, visit the Thunar website at http://thunar.xfce.org/.
+detailed information, visit https://docs.xfce.org/xfce/thunar/Start/.
 
 
 Debugging Support
diff --git a/docs/README.gtkrc b/docs/README.gtkrc
index f7ec97c..77c271c 100644
--- a/docs/README.gtkrc
+++ b/docs/README.gtkrc
@@ -80,4 +80,4 @@ ThunarLocationButtons
 
 
 Additional information can be found on the Thunar Project Wiki:
-http://thunar.xfce.org/pwiki/documentation/advanced_settings#gtk_style_properties
+https://docs.xfce.org/xfce/thunar/hidden-settings
diff --git a/docs/reference/thunarx/thunarx-docs.sgml b/docs/reference/thunarx/thunarx-docs.sgml
index 518213b..1c761b8 100644
--- a/docs/reference/thunarx/thunarx-docs.sgml
+++ b/docs/reference/thunarx/thunarx-docs.sgml
@@ -71,7 +71,7 @@
     <para>
       The Thunar Extension Framework (<systemitem class="library">thunarx</systemitem>) provides
       developers with an easy way to extend the basic functionality provided by
-      the <ulink type="http" url="http://thunar.xfce.org/">Thunar File Manager</ulink>.
+      the <ulink type="http" url="https://docs.xfce.org/xfce/thunar/Start/">Thunar File Manager</ulink>.
       The <systemitem class="library">thunarx</systemitem> library includes interfaces that can
       be implemented by extensions for various purposes.
     </para>
@@ -136,7 +136,7 @@
 
     <para>
       This section explains the basic steps required to write an extension for the <ulink type="http"
-      url="http://thunar.xfce.org">Thunar File Manager</ulink> using the C language interface. It is
+      url="https://docs.xfce.org/xfce/thunar/Start/">Thunar File Manager</ulink> using the C language interface. It is
       just a short introduction and not meant to provide extensive details about the internal workings
       of the file manager.
     </para>
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 91a3cb9..918b965 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -263,7 +263,7 @@ thunar_dialogs_show_about (GtkWindow   *parent,
                          "program-name", title,
                          "translator-credits", _("translator-credits"),
                          "version", PACKAGE_VERSION,
-                         "website", "http://thunar.xfce.org/",
+                         "website", "https://docs.xfce.org/xfce/thunar/Start/",
                          NULL);
 
   /* cleanup */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list