diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-21 23:22:44 -0500 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-02-21 20:22:44 -0800 |
| commit | e109941bd256b276ea3a68717bf519a5b3a08ff1 (patch) | |
| tree | ec5ca1a026deb34664f11971b8be45d178713cfa /website | |
| parent | 9d025facaa9b97a27d751dbcd67d8c003c77f3c2 (diff) | |
Improve readme (#1822)
Diffstat (limited to 'website')
| -rw-r--r-- | website/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/index.html b/website/index.html index 8e374d03a..841584733 100644 --- a/website/index.html +++ b/website/index.html @@ -14,13 +14,13 @@ <body> <main> <header> + <!-- Logo by hashrock --> <a href="https://github.com/denolib/animated-deno-logo/" ><img id="logo" src="deno_logo_2.gif" width="150" /></a> - <!-- Logo by hashrock --> <div> <h1>Deno</h1> - A new way to JavaScript + A browser-like command line runtime </div> </header> @@ -121,7 +121,7 @@ main();</code></pre> <b><a href="manual.html">Manual</a></b> </p> - <p><a href="https://deno.land/typedoc">API Reference</a></p> + <p><a href="https://deno.land/typedoc/">API Reference</a></p> <p><a href="style_guide.html">Style Guide</a></p> |
