diff options
author | William Fortin <willyfortin@gmail.com> | 2019-02-26 03:54:57 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-26 03:54:57 -0500 |
commit | d426d78ae71dd69d77d7354b515762fc7e0b8a4b (patch) | |
tree | fb0b62ed5d64bca94e653bd729bdf65f03f2772f /README.md | |
parent | c66d043ac6318da99c2aa6f4a6a11db3a33f1c99 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |