1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

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