diff options
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index ada1e5601..922052bc7 100644 --- a/website/index.html +++ b/website/index.html @@ -104,7 +104,7 @@ file_server --reload is a fake http server that doesn't parse HTTP. It is comparable to <a href="https://github.com/denoland/deno/blob/master/tools/node_tcp.js">node_tcp</a>. <li><a - href="https://github.com/denoland/deno_net/blob/master/http_bench.ts">deno_net_http</a> + href="https://github.com/denoland/deno_std/blob/master/http/http_bench.ts">deno_net_http</a> is a web server written in TypeScript. It is comparable to <a href="https://github.com/denoland/deno/blob/master/tools/node_http.js">node_http</a>. |