From: Brad Fitzpatrick Date: Thu, 8 Feb 2018 21:19:42 +0000 (+0000) Subject: net/http/fcgi: update URL to spec documentation X-Git-Tag: go1.11beta1~1698 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5412c0c17e5d51ff94b37e5c397601f07912bb96;p=gostls13.git net/http/fcgi: update URL to spec documentation Fixes #23748 Change-Id: Iacdbd57c53492175cf1d3045640db61151e10731 Reviewed-on: https://go-review.googlesource.com/92955 Reviewed-by: Emmanuel Odeke --- diff --git a/src/net/http/fcgi/fcgi.go b/src/net/http/fcgi/fcgi.go index 8f3449a991..fb822f8a6d 100644 --- a/src/net/http/fcgi/fcgi.go +++ b/src/net/http/fcgi/fcgi.go @@ -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