docs: fix runtime docs link in README (#7926)

This commit is contained in:
Grant Timmerman 2020-10-13 10:17:43 -05:00 committed by GitHub
parent d0c2714c03
commit 47eeb889e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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