diff mbox series

[1/3] docs etc.: https: Fix references to wiki.xen[project.org

Message ID 20200330135735.31512-2-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show
Series docs: Fix our url schemes to use https | expand

Commit Message

Ian Jackson March 30, 2020, 1:57 p.m. UTC
Change the url scheme to https.  This is all in-tree references to the
Xen wiki.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 README                            | 16 ++++++++--------
 config/Paths.mk.in                |  2 +-
 docs/README.colo                  |  2 +-
 docs/README.remus                 |  2 +-
 docs/misc/stubdom.txt             |  2 +-
 docs/misc/vtd.txt                 |  2 +-
 docs/misc/xen-command-line.pandoc |  2 +-
 docs/misc/xenstore.txt            |  2 +-
 tools/libxl/libxlu_cfg.c          |  2 +-
 9 files changed, 16 insertions(+), 16 deletions(-)

Comments

Julien Grall March 30, 2020, 2:06 p.m. UTC | #1
Hi Ian,

Title: Did you intend to use {,project} rather than [project?

Cheers,

On 30/03/2020 14:57, Ian Jackson wrote:
> Change the url scheme to https.  This is all in-tree references to the
> Xen wiki.
> 
> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
> ---
>   README                            | 16 ++++++++--------
>   config/Paths.mk.in                |  2 +-
>   docs/README.colo                  |  2 +-
>   docs/README.remus                 |  2 +-
>   docs/misc/stubdom.txt             |  2 +-
>   docs/misc/vtd.txt                 |  2 +-
>   docs/misc/xen-command-line.pandoc |  2 +-
>   docs/misc/xenstore.txt            |  2 +-
>   tools/libxl/libxlu_cfg.c          |  2 +-
>   9 files changed, 16 insertions(+), 16 deletions(-)
> 
> diff --git a/README b/README
> index 92b1de9938..712d05d69d 100644
> --- a/README
> +++ b/README
> @@ -21,15 +21,15 @@ development community, spearheaded by xen.org (http://www.xen.org).
>   
>   This file contains some quick-start instructions to install Xen on
>   your system. For more information see http:/www.xen.org/ and
> -http://wiki.xen.org/
> +https://wiki.xen.org/
>   
>   Quick-Start Guide
>   =================
>   
>   First, this is just a quick-start guide. For more comprehensive
>   information see the INSTALL file and the Xen wiki at
> -http://wiki.xenproject.org and in particular
> -http://wiki.xenproject.org/wiki/Getting_Started.
> +https://wiki.xenproject.org and in particular
> +https://wiki.xenproject.org/wiki/Getting_Started.
>   
>   Second, there are a number of prerequisites for building a Xen source
>   release. Make sure you have all the following installed, either by
> @@ -88,10 +88,10 @@ disabled at compile time:
>   Second, you need to acquire a suitable kernel for use in domain 0. If
>   possible you should use a kernel provided by your OS distributor. If
>   no suitable kernel is available from your OS distributor then refer to
> -http://wiki.xen.org/wiki/XenDom0Kernels for suggestions for
> +https://wiki.xen.org/wiki/XenDom0Kernels for suggestions for
>   suitable kernels to use.
>   If you are looking to compile a Dom0 kernel from source, please refer to
> -http://wiki.xen.org/wiki/XenParavirtOps.
> +https://wiki.xen.org/wiki/XenParavirtOps.
>   
>   [NB. Unless noted otherwise, all the following steps should be
>   performed with root privileges.]
> @@ -168,9 +168,9 @@ You can change the preferred xenstored you want to use in the configuration
>   but since we cannot stop the daemon a reboot will be required to make the
>   change take effect.
>   
> -[0] http://wiki.xen.org/wiki/XenStore
> -[1] http://wiki.xen.org/wiki/XenStoreReference
> -[2] http://wiki.xen.org/wiki/Xenstored
> +[0] https://wiki.xen.org/wiki/XenStore
> +[1] https://wiki.xen.org/wiki/XenStoreReference
> +[2] https://wiki.xen.org/wiki/Xenstored
>   
>   Python Runtime Libraries
>   ========================
> diff --git a/config/Paths.mk.in b/config/Paths.mk.in
> index dc9d0c0353..416fc7aab9 100644
> --- a/config/Paths.mk.in
> +++ b/config/Paths.mk.in
> @@ -10,7 +10,7 @@
>   #
>   # For more documentation you can refer to the wiki:
>   #
> -# http://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
> +# https://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
>   
>   PACKAGE_TARNAME          := @PACKAGE_TARNAME@
>   prefix                   := @prefix@
> diff --git a/docs/README.colo b/docs/README.colo
> index 466eb72152..acb4ee5a0a 100644
> --- a/docs/README.colo
> +++ b/docs/README.colo
> @@ -5,5 +5,5 @@ response in parallel too. If the response packets from PVM and SVM are
>   identical, they are released immediately. Otherwise, a VM checkpoint (on demand)
>   is conducted.
>   
> -See the website at http://wiki.xen.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping
> +See the website at https://wiki.xen.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping
>   for details.
> diff --git a/docs/README.remus b/docs/README.remus
> index 20783c93da..e41e045a10 100644
> --- a/docs/README.remus
> +++ b/docs/README.remus
> @@ -1,7 +1,7 @@
>   Remus provides fault tolerance for virtual machines by sending continuous
>   checkpoints to a backup, which will activate if the target VM fails.
>   
> -See the website at http://wiki.xen.org/wiki/Remus for details.
> +See the website at https://wiki.xen.org/wiki/Remus for details.
>   
>   Using Remus with libxl on Xen 4.5 and higher:
>    To enable network buffering, you need libnl 3.2.8
> diff --git a/docs/misc/stubdom.txt b/docs/misc/stubdom.txt
> index de7b6c7d96..882a18cab4 100644
> --- a/docs/misc/stubdom.txt
> +++ b/docs/misc/stubdom.txt
> @@ -19,7 +19,7 @@ config:
>       device_model_stubdomain_override = 1
>   
>   See xl.cfg(5) for more details of the xl domain configuration syntax
> -and http://wiki.xen.org/wiki/Device_Model_Stub_Domains for more
> +and https://wiki.xen.org/wiki/Device_Model_Stub_Domains for more
>   information on device model stub domains
>   
>   
> diff --git a/docs/misc/vtd.txt b/docs/misc/vtd.txt
> index 88b2102e3e..89076a0776 100644
> --- a/docs/misc/vtd.txt
> +++ b/docs/misc/vtd.txt
> @@ -208,7 +208,7 @@ http://www.dell.com/content/products/category.aspx/optix?c=us&cs=555&l=en&s=biz
>   - HP Compaq:  DC7800
>   http://h10010.www1.hp.com/wwpc/us/en/en/WF04a/12454-12454-64287-321860-3328898.html
>   
> -For more information, pls refer to http://wiki.xen.org/wiki/VTdHowTo.
> +For more information, pls refer to https://wiki.xen.org/wiki/VTdHowTo.
>   
>   
>   Assigning devices to HVM domains
> diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc
> index 02432bdb25..6ff317d15d 100644
> --- a/docs/misc/xen-command-line.pandoc
> +++ b/docs/misc/xen-command-line.pandoc
> @@ -843,7 +843,7 @@ So `<sz>` being `1G+25%` on a 256 GB host would result in 65 GB.
>   If you use this option then it is highly recommended that you disable
>   any dom0 autoballooning feature present in your toolstack. See the
>   _xl.conf(5)_ man page or [Xen Best
> -Practices](http://wiki.xen.org/wiki/Xen_Best_Practices#Xen_dom0_dedicated_memory_and_preventing_dom0_memory_ballooning).
> +Practices](https://wiki.xen.org/wiki/Xen_Best_Practices#Xen_dom0_dedicated_memory_and_preventing_dom0_memory_ballooning).
>   
>   This option doesn't have effect if pv-shim mode is enabled.
>   
> diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt
> index 7f2b388dd5..04ce0ba607 100644
> --- a/docs/misc/xenstore.txt
> +++ b/docs/misc/xenstore.txt
> @@ -168,7 +168,7 @@ SET_PERMS		<path>|<perm-as-string>|+?
>   		r<domid>	read only
>   		b<domid>	both read and write
>   		n<domid>	no access
> -	See http://wiki.xen.org/wiki/XenBus section
> +	See https://wiki.xen.org/wiki/XenBus section
>   	`Permissions' for details of the permissions system.
>   
>   ---------- Watches ----------
> diff --git a/tools/libxl/libxlu_cfg.c b/tools/libxl/libxlu_cfg.c
> index cafc632fc1..f9e8aa2f3a 100644
> --- a/tools/libxl/libxlu_cfg.c
> +++ b/tools/libxl/libxlu_cfg.c
> @@ -74,7 +74,7 @@ static void parse(CfgParseContext *ctx) {
>           fputs(
>    "warning: Config file looks like it contains Python code.\n"
>    "warning:  Arbitrary Python is no longer supported.\n"
> - "warning:  See http://wiki.xen.org/wiki/PythonInXlConfig\n",
> + "warning:  See https://wiki.xen.org/wiki/PythonInXlConfig\n",
>                 ctx->cfg->report);
>       }
>   }
>
Ian Jackson March 30, 2020, 2:13 p.m. UTC | #2
Julien Grall writes ("Re: [PATCH 1/3] docs etc.: https: Fix references to wiki.xen[project.org"):
> Hi Ian,
> 
> Title: Did you intend to use {,project} rather than [project?

I intended to use [project].  Will fix.

Ian.
diff mbox series

Patch

diff --git a/README b/README
index 92b1de9938..712d05d69d 100644
--- a/README
+++ b/README
@@ -21,15 +21,15 @@  development community, spearheaded by xen.org (http://www.xen.org).
 
 This file contains some quick-start instructions to install Xen on
 your system. For more information see http:/www.xen.org/ and
-http://wiki.xen.org/
+https://wiki.xen.org/
 
 Quick-Start Guide
 =================
 
 First, this is just a quick-start guide. For more comprehensive
 information see the INSTALL file and the Xen wiki at
-http://wiki.xenproject.org and in particular
-http://wiki.xenproject.org/wiki/Getting_Started.
+https://wiki.xenproject.org and in particular
+https://wiki.xenproject.org/wiki/Getting_Started.
 
 Second, there are a number of prerequisites for building a Xen source
 release. Make sure you have all the following installed, either by
@@ -88,10 +88,10 @@  disabled at compile time:
 Second, you need to acquire a suitable kernel for use in domain 0. If
 possible you should use a kernel provided by your OS distributor. If
 no suitable kernel is available from your OS distributor then refer to
-http://wiki.xen.org/wiki/XenDom0Kernels for suggestions for
+https://wiki.xen.org/wiki/XenDom0Kernels for suggestions for
 suitable kernels to use.
 If you are looking to compile a Dom0 kernel from source, please refer to
-http://wiki.xen.org/wiki/XenParavirtOps.
+https://wiki.xen.org/wiki/XenParavirtOps.
 
 [NB. Unless noted otherwise, all the following steps should be
 performed with root privileges.]
@@ -168,9 +168,9 @@  You can change the preferred xenstored you want to use in the configuration
 but since we cannot stop the daemon a reboot will be required to make the
 change take effect.
 
-[0] http://wiki.xen.org/wiki/XenStore
-[1] http://wiki.xen.org/wiki/XenStoreReference
-[2] http://wiki.xen.org/wiki/Xenstored
+[0] https://wiki.xen.org/wiki/XenStore
+[1] https://wiki.xen.org/wiki/XenStoreReference
+[2] https://wiki.xen.org/wiki/Xenstored
 
 Python Runtime Libraries
 ========================
diff --git a/config/Paths.mk.in b/config/Paths.mk.in
index dc9d0c0353..416fc7aab9 100644
--- a/config/Paths.mk.in
+++ b/config/Paths.mk.in
@@ -10,7 +10,7 @@ 
 #
 # For more documentation you can refer to the wiki:
 #
-# http://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
+# https://wiki.xen.org/wiki/Category:Host_Configuration#System_wide_xen_configuration
 
 PACKAGE_TARNAME          := @PACKAGE_TARNAME@
 prefix                   := @prefix@
diff --git a/docs/README.colo b/docs/README.colo
index 466eb72152..acb4ee5a0a 100644
--- a/docs/README.colo
+++ b/docs/README.colo
@@ -5,5 +5,5 @@  response in parallel too. If the response packets from PVM and SVM are
 identical, they are released immediately. Otherwise, a VM checkpoint (on demand)
 is conducted.
 
-See the website at http://wiki.xen.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping
+See the website at https://wiki.xen.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping
 for details.
diff --git a/docs/README.remus b/docs/README.remus
index 20783c93da..e41e045a10 100644
--- a/docs/README.remus
+++ b/docs/README.remus
@@ -1,7 +1,7 @@ 
 Remus provides fault tolerance for virtual machines by sending continuous
 checkpoints to a backup, which will activate if the target VM fails.
 
-See the website at http://wiki.xen.org/wiki/Remus for details.
+See the website at https://wiki.xen.org/wiki/Remus for details.
 
 Using Remus with libxl on Xen 4.5 and higher:
  To enable network buffering, you need libnl 3.2.8
diff --git a/docs/misc/stubdom.txt b/docs/misc/stubdom.txt
index de7b6c7d96..882a18cab4 100644
--- a/docs/misc/stubdom.txt
+++ b/docs/misc/stubdom.txt
@@ -19,7 +19,7 @@  config:
     device_model_stubdomain_override = 1
 
 See xl.cfg(5) for more details of the xl domain configuration syntax
-and http://wiki.xen.org/wiki/Device_Model_Stub_Domains for more
+and https://wiki.xen.org/wiki/Device_Model_Stub_Domains for more
 information on device model stub domains
 
 
diff --git a/docs/misc/vtd.txt b/docs/misc/vtd.txt
index 88b2102e3e..89076a0776 100644
--- a/docs/misc/vtd.txt
+++ b/docs/misc/vtd.txt
@@ -208,7 +208,7 @@  http://www.dell.com/content/products/category.aspx/optix?c=us&cs=555&l=en&s=biz
 - HP Compaq:  DC7800
 http://h10010.www1.hp.com/wwpc/us/en/en/WF04a/12454-12454-64287-321860-3328898.html
 
-For more information, pls refer to http://wiki.xen.org/wiki/VTdHowTo.
+For more information, pls refer to https://wiki.xen.org/wiki/VTdHowTo.
 
 
 Assigning devices to HVM domains
diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc
index 02432bdb25..6ff317d15d 100644
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -843,7 +843,7 @@  So `<sz>` being `1G+25%` on a 256 GB host would result in 65 GB.
 If you use this option then it is highly recommended that you disable
 any dom0 autoballooning feature present in your toolstack. See the
 _xl.conf(5)_ man page or [Xen Best
-Practices](http://wiki.xen.org/wiki/Xen_Best_Practices#Xen_dom0_dedicated_memory_and_preventing_dom0_memory_ballooning).
+Practices](https://wiki.xen.org/wiki/Xen_Best_Practices#Xen_dom0_dedicated_memory_and_preventing_dom0_memory_ballooning).
 
 This option doesn't have effect if pv-shim mode is enabled.
 
diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt
index 7f2b388dd5..04ce0ba607 100644
--- a/docs/misc/xenstore.txt
+++ b/docs/misc/xenstore.txt
@@ -168,7 +168,7 @@  SET_PERMS		<path>|<perm-as-string>|+?
 		r<domid>	read only
 		b<domid>	both read and write
 		n<domid>	no access
-	See http://wiki.xen.org/wiki/XenBus section
+	See https://wiki.xen.org/wiki/XenBus section
 	`Permissions' for details of the permissions system.
 
 ---------- Watches ----------
diff --git a/tools/libxl/libxlu_cfg.c b/tools/libxl/libxlu_cfg.c
index cafc632fc1..f9e8aa2f3a 100644
--- a/tools/libxl/libxlu_cfg.c
+++ b/tools/libxl/libxlu_cfg.c
@@ -74,7 +74,7 @@  static void parse(CfgParseContext *ctx) {
         fputs(
  "warning: Config file looks like it contains Python code.\n"
  "warning:  Arbitrary Python is no longer supported.\n"
- "warning:  See http://wiki.xen.org/wiki/PythonInXlConfig\n",
+ "warning:  See https://wiki.xen.org/wiki/PythonInXlConfig\n",
               ctx->cfg->report);
     }
 }