1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

website: fix link to http_bench.ts (#1522)

This commit is contained in:
Yungoo Kong 2019-01-15 15:43:02 +09:00 committed by Bert Belder
parent 6ffdb937a3
commit 48ca06e420

View file

@ -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>.