[Xfce4-commits] [xfce/thunar] 01/01: Changed Wiki links to https://docs.xfce.org/xfce/thunar/4.12/start (https://docs.xfce.org/xfce/thunar/start now points to thunar 1.8.x)

noreply at xfce.org noreply at xfce.org
Sat Jul 27 15:17:23 CEST 2019


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 570eef5406d599f7c2966225e1f52981c68ad4aa
Author: Alexander Schwinn <alexxcons at xfce.org>
Date:   Sat Jul 27 15:10:38 2019 +0200

    Changed Wiki links to https://docs.xfce.org/xfce/thunar/4.12/start
    (https://docs.xfce.org/xfce/thunar/start now points to thunar 1.8.x)
---
 README                                   | 2 +-
 docs/README.gtkrc                        | 2 +-
 docs/reference/thunarx/thunarx-docs.sgml | 4 ++--
 thunar.appdata.xml.in                    | 2 +-
 thunar/thunar-dialogs.c                  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 8fb1068..25edf3c 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ Installation
 ============
 
 The file 'INSTALL' contains generic installation instructions. For more
-detailed information, visit 'https://docs.xfce.org/xfce/thunar/start' .
+detailed information, visit 'https://docs.xfce.org/xfce/thunar/4.12/start' .
 
 
 Debugging Support
diff --git a/docs/README.gtkrc b/docs/README.gtkrc
index 77c271c..168a0bb 100644
--- a/docs/README.gtkrc
+++ b/docs/README.gtkrc
@@ -80,4 +80,4 @@ ThunarLocationButtons
 
 
 Additional information can be found on the Thunar Project Wiki:
-https://docs.xfce.org/xfce/thunar/hidden-settings
+https://docs.xfce.org/xfce/thunar/4.12/hidden-settings
diff --git a/docs/reference/thunarx/thunarx-docs.sgml b/docs/reference/thunarx/thunarx-docs.sgml
index db174f4..b93307f 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="https://docs.xfce.org/xfce/thunar/Start/">Thunar File Manager</ulink>.
+      the <ulink type="http" url="https://docs.xfce.org/xfce/thunar/4.12/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="https://docs.xfce.org/xfce/thunar/start">Thunar File Manager</ulink> using the C language interface. It is
+      url="https://docs.xfce.org/xfce/thunar/4.12/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.appdata.xml.in b/thunar.appdata.xml.in
index cf6903c..5ce6d6a 100644
--- a/thunar.appdata.xml.in
+++ b/thunar.appdata.xml.in
@@ -14,7 +14,7 @@
   </description>
   <url type="homepage">http://xfce.org/projects</url>
   <url type="bugtracker">https://bugzilla.xfce.org/describecomponents.cgi?product=Thunar</url>
-  <url type="help">http://docs.xfce.org/xfce/thunar/start</url>
+  <url type="help">https://docs.xfce.org/xfce/thunar/4.12/start</url>
 
   <screenshots>
     <screenshot type="default">http://docs.xfce.org/_media/xfce/thunar/file-manager-window.png</screenshot>
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index e4932ec..31411da 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -260,7 +260,7 @@ thunar_dialogs_show_about (GtkWindow   *parent,
                          "program-name", title,
                          "translator-credits", _("translator-credits"),
                          "version", PACKAGE_VERSION,
-                         "website", "https://docs.xfce.org/xfce/thunar/start",
+                         "website", "https://docs.xfce.org/xfce/thunar/4.12/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