From b1c59d7231102b8f904cdfb6a621e306af301b9f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 13 Jan 2019 15:52:42 -0500 Subject: [PATCH] Fix links on website (#1511) --- website/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/