summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html
index b5357b691..f56a312ee 100644
--- a/website/index.html
+++ b/website/index.html
@@ -13,7 +13,9 @@
<p> <a href="https://github.com/denoland/deno">github.com/denoland/deno</a>
- <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Docs</a>
+ <p> <a href="https://github.com/denoland/deno/blob/master/Docs.md">Intro</a>
+ <p> <a href="typedoc/index.html">TypeScript API</a>
+ <p> <a href="rustdoc/deno/index.html">Rust API</a>
<h2>Execution time</h2>
This shows how much time total it takes to run a few simple deno programs:
@@ -58,7 +60,8 @@
<script type="module">
import { drawCharts } from "./app.js";
- drawCharts("./recent.json");
+
+ drawCharts("recent.json");
</script>
</body>
</html>