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:
parent
d0c2714c03
commit
47eeb889e1
1 changed files with 2 additions and 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue