Skip to content

Commit

Permalink
Fix blatantly wrong documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
SolraBizna committed Jun 3, 2019
1 parent 5dc915a commit a981e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This crate is a thin CGI/FCGI wrapper for Rust programs. It is *not* a full web framework. You write a Rust program as if it were a CGI, using the provided `stdin`, `stdout`, and `env` replacements. This crate does the work of making it function both as a CGI or as an FCGI, with as much or as little parallelism as called for.

See [the crate documentation](http://doc.rust-lang.org/outer_cgi) for more information.
See [the crate documentation](https://docs.rs/outer_cgi/0.2.0/outer_cgi/) for more information.

Unices are explicitly supported, but I have only tested it on Linux. Windows support is present but is entirely untested.

Expand Down

0 comments on commit a981e7e

Please sign in to comment.