From a981e7e7d888c4ca4ca36f8a78732f75cc6f8224 Mon Sep 17 00:00:00 2001 From: Solra Bizna Date: Mon, 3 Jun 2019 04:43:45 -0600 Subject: [PATCH] Fix blatantly wrong documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df67b63..892aced 100644 --- a/README.md +++ b/README.md @@ -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.