benoit.person@xxxxxxxxxx writes: > + for (@{ $html_tree->extract_links() }) { > + my ($link, $element, $attr) = @{ $_ }; > + my $url = url($link)->canonical; > + $element->attr($attr, URI->new_abs($url, $remote_url)); Actually, this breaks some relative links, like table of content links, because you consider them relative to URLs like http://example.com/wiki/ but not http://example.com/wiki/index.php/My_Page. Ideally, links pointing to stg like "#anchor" should not be modified. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html