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:
parent
6ffdb937a3
commit
48ca06e420
1 changed files with 1 additions and 1 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue