diff options
author | Jimmy Moon <ragingwind@gmail.com> | 2019-02-05 02:45:05 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-04 12:45:05 -0500 |
commit | 748b0f9c9d267dddf6f59c9d2ca8728bc76e630f (patch) | |
tree | 020a98d4f101240ce69e9b817d05c7dd0c21b85d | |
parent | e2d76278bfe8e51c2914bb126a5d98c59be2de3a (diff) |
Remove duplicated links in website (#1668)
-rw-r--r-- | website/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/website/index.html b/website/index.html index d4ab58c67..9fade33af 100644 --- a/website/index.html +++ b/website/index.html @@ -83,22 +83,6 @@ </tr> </table> - <p> - <a href="https://github.com/denoland/deno/blob/master/Docs.md"> - Documentation - </a> - </p> - <p> - <a href="typedoc/index.html"> - API Reference - </a> - </p> - <p> - <a href="https://github.com/denolib/awesome-deno"> - Other Deno resources. - </a> - </p> - <h2 id="install"><a href="#install">#</a>Install</h2> <p id="install-shell"><a href="#install-shell">#</a>With Shell</p> |