Skip to content

Commit ba76b2d

Browse files
committed
Update FastCGI spec link
Fix #9
1 parent f3af2ae commit ba76b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ node-fastcgi
1111

1212
This module is a drop-in replacement for node's http module (server only). It can be used to build FastCGI applications or to convert existing node applications to FastCGI.
1313

14-
The implementation is fully compliant with the [FastCGI 1.0 Specification](http://www.fastcgi.com/drupal/node/6?q=node/22).
14+
The implementation is fully compliant with the [FastCGI 1.0 Specification](https://fast-cgi.github.io/spec).
1515

1616
Example
1717
-------

0 commit comments

Comments
 (0)