summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYungoo Kong <ohsory1324@gmail.com>2019-01-15 15:43:02 +0900
committerBert Belder <bertbelder@gmail.com>2019-01-15 07:43:02 +0100
commit48ca06e420d08d15ac6653ab73c6249eb99428a7 (patch)
treeb0a4b86660e760625808b325b73d7d86c9907461
parent6ffdb937a323dbaed42c6108e4c10d1e2c3edb37 (diff)
website: fix link to http_bench.ts (#1522)
-rw-r--r--website/index.html2
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>.