summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Schwinn <acs82@gmx.de>2018-03-04 20:59:21 +0100
committerAlexander Schwinn <acs82@gmx.de>2018-03-04 21:09:15 +0100
commit31605c13f58bcf1485d1071232b2cff84a80e215 (patch)
treecfc81ba0b4b58a93e1fa108ee65fca02ad07a64f
parent09be53a2948ea111eab329155c571f351535168e (diff)
downloadthunar-31605c13f58bcf1485d1071232b2cff84a80e215.tar.gz
replaced links to "http://thunar.xfce.org/" with
"https://docs.xfce.org/xfce/thunar/Start/" (bug #10554)
-rw-r--r--README2
-rw-r--r--docs/README.gtkrc2
-rw-r--r--docs/reference/thunarx/thunarx-docs.sgml4
-rw-r--r--thunar/thunar-dialogs.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 0503e149..1949d039 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 f7ec97ce..77c271cc 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 518213b7..1c761b8e 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 91a3cb9d..918b965f 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 */