aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxlu_cfg.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-11-29 13:53:31 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-11-29 13:53:31 +0000
commit7d0a3b7661c2a5efa910da8c5cd26d852f1688f7 (patch)
treedbf7ac567af3cf502d639be325552a6b3954f407 /tools/libxl/libxlu_cfg.c
parentc5950569ef0a7891d2f5e4a28630f42205f7f344 (diff)
downloadxen-7d0a3b7661c2a5efa910da8c5cd26d852f1688f7.tar.gz
xen-7d0a3b7661c2a5efa910da8c5cd26d852f1688f7.tar.bz2
xen-7d0a3b7661c2a5efa910da8c5cd26d852f1688f7.zip
Replace references to old wiki with ones to new.
I have confirmed that the relevant pages have been transitioned. What remains is pages which have not yet been moved over: $ rgrep xenwiki * tools/libxen/README:http://wiki.xensource.com/xenwiki/XenApi tools/xenballoon/xenballoond.README:http://wiki.xensource.com/xenwiki/Open_Topics_For_Discussion?action=AttachFile&do=get&target=Memory+Overcommit.pdf Note that "PythonInXlConfig" never existed in the old wiki and does not exist in the new. This reference was introduced by 22735:cb94dbe20f97 and was supposed to have been written prior to the 4.1 release. I have transitioned it anyway but it's not clear how valuable the message actually is. Perhaps we should just remove that aspect of it? Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxl/libxlu_cfg.c')
-rw-r--r--tools/libxl/libxlu_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxlu_cfg.c b/tools/libxl/libxlu_cfg.c
index 0f37ecd603..89c907b4d8 100644
--- a/tools/libxl/libxlu_cfg.c
+++ b/tools/libxl/libxlu_cfg.c
@@ -72,7 +72,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/xenwiki/PythonInXlConfig\n",
+ "warning: See http://wiki.xen.org/wiki/PythonInXlConfig\n",
ctx->cfg->report);
}
}