Skip to content

Commit

Permalink
Fix links on website (denoland#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jan 13, 2019
1 parent 8ae178e commit b1c59d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h1>Deno</h1>
</tr>
<tr>
<td>
<img src="https://travis-ci.com/denoland/deno.svg?branch=master"/>
<a href="https://travis-ci.com/denoland/deno"><img src="https://travis-ci.com/denoland/deno.svg?branch=master"/></a>
</td>
<td>
<img src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"/>
<a href="https://ci.appveyor.com/project/deno/deno"><img src="https://ci.appveyor.com/api/projects/status/yel7wtcqwoy0to8x/branch/master?svg=true"/></a>
</td>
</tr>
</table>
Expand Down Expand Up @@ -56,13 +56,13 @@ <h2>Getting started</h2>
This one serves a local directory in HTTP.
<pre>
alias file_server="deno \
https://deno.land/x/net/file_server.ts --allow-net"
https://deno.land/x/http/file_server.ts --allow-net"
</pre>

Run it:
<pre>
% 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:https://0.0.0.0:4500/
</pre>
Expand Down

0 comments on commit b1c59d7

Please sign in to comment.