diff --git a/website/index.html b/website/index.html index 7adf1ad02c..ada1e56014 100644 --- a/website/index.html +++ b/website/index.html @@ -20,10 +20,10 @@ - + - + @@ -56,13 +56,13 @@ Try a Deno program. Install by bash alias. This one serves a local directory in HTTP.
 alias file_server="deno \
-  https://deno.land/x/net/file_server.ts --allow-net"
+  https://deno.land/x/http/file_server.ts --allow-net"
 
Run it:
 % file_server .
-Downloading https://deno.land/x/net/file_server.ts...
+Downloading https://deno.land/x/http/file_server.ts...
 [...]
 HTTP server listening on http://0.0.0.0:4500/