From 47eeb889e18cb5be5465a150b05b409d7f77fcb3 Mon Sep 17 00:00:00 2001 From: Grant Timmerman <744973+grant@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:17:43 -0500 Subject: docs: fix runtime docs link in README (#7926) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ece7a2386..d2bd05192 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ for await (const req of s) { You can find a more in depth introduction, examples, and environment setup guides in the [manual](https://deno.land/manual). -More in-depth info can be found in the runtime [documentation](doc.deno.land). +More in-depth info can be found in the runtime +[documentation](https://doc.deno.land). ### Contributing -- cgit v1.2.3