From d7fa8c3207751259a647c7b90aa5e2591401834a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 9 Jul 2019 18:59:13 -0400 Subject: Update deno.land links v0.11 (#2628) --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/index.html') diff --git a/website/index.html b/website/index.html index f4cbe69c5..16370e46b 100644 --- a/website/index.html +++ b/website/index.html @@ -113,7 +113,7 @@ href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/insta

Or a more complex one:

-
import { serve } from "https://deno.land/std@v0.5/http/server.ts";
+      
import { serve } from "https://deno.land/std@v0.11/http/server.ts";
 
 async function main() {
   const body = new TextEncoder().encode("Hello World\n");
-- 
cgit v1.2.3