]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix an invalid link
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 8 Jun 2020 19:32:21 +0000 (19:32 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 8 Jun 2020 19:32:21 +0000 (19:32 +0000)
PR 64466

Thx to  Dr. Prőhle Péter  for spotting and reporting it.
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878627 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/cgi.xml

index 3888a98bc4c8af952b95c0b1fff222b24ab02052..fe2be67d89852713f8771887f3f88387556f7d01 100644 (file)
@@ -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">