summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Mazurok <maxim@mazurok.com>2019-02-19 01:18:00 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-02-18 18:18:00 -0500
commit55b2f0195f97a3d728690e4789fd955fedd1a5ba (patch)
treef7669619583845ae9ea03d51a5ecdab644d94cda
parent54094c7510042fd73bba3cb96407587c62db3166 (diff)
Rename welcome.js to welcome.ts (#1803)
-rw-r--r--website/index.html2
-rw-r--r--website/manual.md2
-rw-r--r--website/welcome.ts (renamed from website/welcome.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html
index 16b5cb02b..f05f2e575 100644
--- a/website/index.html
+++ b/website/index.html
@@ -99,7 +99,7 @@ href="https://github.com/denoland/deno_install/blob/master/install.ps1">https://
<h2 id="example">Example <a href="#example">#</a></h2>
<p>Try running a simple program:</p>
- <pre>deno https://deno.land/welcome.js</pre>
+ <pre>deno https://deno.land/welcome.ts</pre>
<p>Or a more complex one:</p>
diff --git a/website/manual.md b/website/manual.md
index c79ba43e1..ec4ced45e 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -110,7 +110,7 @@ executable bit on Mac and Linux.
Once it's installed and in your \$PATH, try it:
```
-deno https://deno.land/welcome.js
+deno https://deno.land/welcome.ts
```
### Build from source
diff --git a/website/welcome.js b/website/welcome.ts
index 69f1069f8..69f1069f8 100644
--- a/website/welcome.js
+++ b/website/welcome.ts