Subject: | URLs updated |
Hello,
I'm trying to update various URLs in the Perl source code.
Here's a quick patch.
Thanks! Leon
Subject: | cgi_urls.patch |
diff --git a/ext/CGI/lib/CGI.pm b/ext/CGI/lib/CGI.pm
index cacb03a..7ba7e16 100644
--- a/ext/CGI/lib/CGI.pm
+++ b/ext/CGI/lib/CGI.pm
@@ -7267,7 +7267,7 @@ section of text:
Note that you must import the ":html3" definitions to have the
B<span()> method available. Here's a quick and dirty example of using
CSS's. See the CSS specification at
-http://www.w3.org/pub/WWW/TR/Wd-css-1.html for more information.
+http://www.w3.org/Style/CSS/ for more information.
use CGI qw/:standard :html3/;
@@ -7594,7 +7594,7 @@ note that if you have applied Service Pack 6, much of the
functionality of NPH scripts, including the ability to redirect while
setting a cookie, b<do not work at all> on IIS without a special patch
from Microsoft. See
-http://support.microsoft.com/support/kb/articles/Q280/3/41.ASP:
+http://web.archive.org/web/20010812012030/http://support.microsoft.com/support/kb/articles/Q280/3/41.ASP
Non-Parsed Headers Stripped From CGI Applications That Have nph-
Prefix in Name.
diff --git a/ext/CGI/lib/CGI/Cookie.pm b/ext/CGI/lib/CGI/Cookie.pm
index f2535f4..85a07f0 100644
--- a/ext/CGI/lib/CGI/Cookie.pm
+++ b/ext/CGI/lib/CGI/Cookie.pm
@@ -363,7 +363,7 @@ MS Internet Explorer 6 Service Pack 1 and later.
See this URL for more information:
-L<http://msdn.microsoft.com/workshop/author/dhtml/httponly_cookies.asp>
+L<http://msdn.microsoft.com/en-us/library/ms533046%28VS.85%29.aspx>
=back