From: Christophe Jaillet
Date: Mon, 8 Jun 2020 19:32:21 +0000 (+0000)
Subject: Fix an invalid link
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1395
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8000b32a44992df4b54241008f459d5dea2150d0;p=thirdparty%2Fapache%2Fhttpd.git
Fix an invalid link
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
---
diff --git a/docs/manual/howto/cgi.xml b/docs/manual/howto/cgi.xml
index 3888a98bc4c..fe2be67d898 100644
--- a/docs/manual/howto/cgi.xml
+++ b/docs/manual/howto/cgi.xml
@@ -564,8 +564,8 @@ foreach my $key (keys %ENV) {
If you're writing CGI programs in C, there are a variety of
options. One of these is the CGIC library, from
- http://www.boutell.com/cgic/.
+ https://web.mit.edu/wwwdev/www/cgic.html.