diff options
author | Grant Timmerman <744973+grant@users.noreply.github.com> | 2020-10-13 10:17:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 17:17:43 +0200 |
commit | 47eeb889e18cb5be5465a150b05b409d7f77fcb3 (patch) | |
tree | 8ba9a645117c5b7bba19293a718d889bbb75dc01 /README.md | |
parent | d0c2714c033b010cbd174138638881dc65abef06 (diff) |
docs: fix runtime docs link in README (#7926)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |