From d426d78ae71dd69d77d7354b515762fc7e0b8a4b Mon Sep 17 00:00:00 2001 From: William Fortin Date: Tue, 26 Feb 2019 03:54:57 -0500 Subject: Fix broken link to API reference (#1838) Add missing trailing slash https://deno.land/typedoc/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3