summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-07-05 07:37:11 -0400
committerGitHub <noreply@github.com>2019-07-05 07:37:11 -0400
commit33cb79d24cf03c2c771dfa499e4cc8ee7bcee800 (patch)
tree213481f5db886f22ddd2d62ce2fdb0dd272127c3
parent32cde32e54a0c8c73b7bc3da9a3ade8d739cc0b5 (diff)
Fix links (#2614)
-rw-r--r--website/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html
index 66b12871c..96d23b738 100644
--- a/website/index.html
+++ b/website/index.html
@@ -96,10 +96,10 @@
<p>Using Shell:</p>
<pre>curl -fsSL <a
-href="https://github.com/denoland/deno_install/blob/master/install.sh">https://deno.land/x/install/install.sh</a> | sh</pre>
+href="https://deno.land/x/install/install.sh">https://deno.land/x/install/install.sh</a> | sh</pre>
<p>Or using PowerShell:</p>
<pre>iwr <a
-href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://deno.land/x/install/install.ps1</a> | iex</pre>
+href="https://deno.land/x/install/install.ps1">https://deno.land/x/install/install.ps1</a> | iex</pre>
<p>Using <a href="https://brew.sh/">Homebrew</a> (mac):</p>
<pre>brew install deno</pre>
<p>Using <a href="https://scoop.sh/">Scoop</a> (windows):