You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/06/08 19:35:05 UTC

svn commit: r1878628 - /httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml

Author: jailletc36
Date: Mon Jun  8 19:35:05 2020
New Revision: 1878628

URL: http://svn.apache.org/viewvc?rev=1878628&view=rev
Log:
Fix an invalid link
PR 64466

Thx to  Dr. Prőhle Péter  for spotting and reporting it.

(r1878627 on trunk)
[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml?rev=1878628&r1=1878627&r2=1878628&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml Mon Jun  8 19:35:05 2020
@@ -564,8 +564,8 @@ foreach my $key (keys %ENV) {
 
     <p>If you're writing CGI programs in C, there are a variety of
     options. One of these is the <code>CGIC</code> library, from
-    <a href="http://www.boutell.com/cgic/"
-    >http://www.boutell.com/cgic/</a>.</p>
+    <a href="https://web.mit.edu/wwwdev/www/cgic.html"
+    >https://web.mit.edu/wwwdev/www/cgic.html</a>.</p>
   </section>
 
   <section id="moreinfo">