summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-07-09 18:59:13 -0400
committerGitHub <noreply@github.com>2019-07-09 18:59:13 -0400
commitd7fa8c3207751259a647c7b90aa5e2591401834a (patch)
tree557fc726b57a37303a8013619400063e71764faf /website/index.html
parent953a5a31dbda1d79065d842cf312e3149d2c70a4 (diff)
Update deno.land links v0.11 (#2628)
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html2
1 files changed, 1 insertions, 1 deletions
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
<p>Or a more complex one:</p>
- <pre><code class="typescript language-typescript">import { serve } from "https://deno.land/std@v0.5/http/server.ts";
+ <pre><code class="typescript language-typescript">import { serve } from "https://deno.land/std@v0.11/http/server.ts";
async function main() {
const body = new TextEncoder().encode("Hello World\n");