summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Fortin <willyfortin@gmail.com>2019-02-26 03:54:57 -0500
committerRyan Dahl <ry@tinyclouds.org>2019-02-26 03:54:57 -0500
commitd426d78ae71dd69d77d7354b515762fc7e0b8a4b (patch)
treefb0b62ed5d64bca94e653bd729bdf65f03f2772f /README.md
parentc66d043ac6318da99c2aa6f4a6a11db3a33f1c99 (diff)
Fix broken link to API reference (#1838)
Add missing trailing slash https://deno.land/typedoc/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89b1682ec..77d2f9d3c 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ more specifics.
[Install](https://github.com/denoland/deno_install)
-[API Reference](https://deno.land/typedoc)
+[API Reference](https://deno.land/typedoc/)
[Style Guide](https://deno.land/style_guide.html)