]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/fcgi: update URL to spec documentation
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Feb 2018 21:19:42 +0000 (21:19 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 13 Feb 2018 18:33:26 +0000 (18:33 +0000)
Fixes #23748

Change-Id: Iacdbd57c53492175cf1d3045640db61151e10731
Reviewed-on: https://go-review.googlesource.com/92955
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/http/fcgi/fcgi.go

index 8f3449a991a863097e3a62a6028f45472c9a3a4d..fb822f8a6d5d8db7028a437e5221d590da490042 100644 (file)
@@ -4,9 +4,8 @@
 
 // Package fcgi implements the FastCGI protocol.
 //
-// The protocol is not an official standard and the original
-// documentation is no longer online. See the Internet Archive's
-// mirror at: https://web.archive.org/web/20150420080736/http://www.fastcgi.com/drupal/node/6?q=node/22
+// See https://fast-cgi.github.io/ for an unofficial mirror of the
+// original documentation.
 //
 // Currently only the responder role is supported.
 package fcgi