Hi all, I noticed that kubota changed a link in english/security/index.wml. CVS log: packages.debian.org has been internationalized. To make use of its fruit, ".html" in links should be removed.
-<p>You can use <a href="http://packages.debian.org/stable/base/apt.html">apt</a> +<p>You can use <a href="http://packages.debian.org/stable/base/apt">apt</a> This change is great and I vote to change all other links as well. But there is a small problem: $ grep -ri 'packages.debian.org.*\.html' english/ | wc 2504 6604 307212 More than 2500 files need an update! I can perform this using smart_change.pl. Is this OK? Jens

