summaryrefslogtreecommitdiffstats
path: root/perl-install/install/help/help_xml2pm.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/help/help_xml2pm.pl')
-rwxr-xr-xperl-install/install/help/help_xml2pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/help/help_xml2pm.pl b/perl-install/install/help/help_xml2pm.pl
index 742bd9b78..e0402fd6c 100755
--- a/perl-install/install/help/help_xml2pm.pl
+++ b/perl-install/install/help/help_xml2pm.pl
@@ -46,7 +46,7 @@ EOF
foreach my $id (keys %{$helps{$lang}}) {
# warn "Writing id=$id in lang=$lang\n";
$base->{$id} or warn "$lang:$id doesn't exist in english\n", next;
- print $F qq(# DO NOT BOTHER TO MODIFY HERE, SEE:\n# cvs.mandriva.com:/cooker/$dir/$lang/drakx-chapter.xml\n);
+ print $F qq(# DO NOT BOTHER TO MODIFY HERE, SEE:\n# svn.mageia.org:/cauldron/$dir/$lang/drakx-chapter.xml\n);
print_in_PO($F, $base->{$id}[0], $helps{$lang}{$id}[0]);
}
}