[Xfce4-commits] [xfce/thunar] 01/01: Use all lowercase URL for Thunar's website

noreply at xfce.org noreply at xfce.org
Fri Apr 6 03:10:50 CEST 2018


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

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit 6a75de7e794170a5cfd33844b211ba72cd350af1
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Apr 5 22:02:40 2018 -0300

    Use all lowercase URL for Thunar's website
    
    Also remove the trailing slash
---
 NEWS                                    | 2 +-
 README                                  | 2 +-
 docs/reference/thunarx/thunarx-docs.xml | 2 +-
 thunar/thunar-dialogs.c                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 356fa26..c5c5002 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@
 - Make it possible to assign accelerators to custom actions
 - Killing thunar as well kills all launched sub-processes (bug #14277)
 - Thunar User Configurable Actions do not work for remote locations (bug #7652), patch from (bug#7305)
-- replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/Start/"
+- replaced links to "http://thunar.xfce.org/" with "https://docs.xfce.org/xfce/thunar/start"
 - SIGSEGV when thumbnailer is under heavy load after opening many tabs (bug #13756)
 - bumped dependency to xfce4-panel to API v.2 / 4.12.0
 - Fixed creation of .desktop file when dropping URL into folder (bug #14239)
diff --git a/README b/README
index 893fb58..4ab6c1b 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/start.
 
 
 Debugging Support
diff --git a/docs/reference/thunarx/thunarx-docs.xml b/docs/reference/thunarx/thunarx-docs.xml
index 12127dc..d41bb2b 100644
--- a/docs/reference/thunarx/thunarx-docs.xml
+++ b/docs/reference/thunarx/thunarx-docs.xml
@@ -73,7 +73,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/start">Thunar File Manager</ulink>.
       The <systemitem class="library">thunarx</systemitem> library includes interfaces that can
       be implemented by extensions for various purposes.
     </para>
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index a1c3c0e..296ecf8 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -272,7 +272,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/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