Navigation Menu

Skip to content

Commit

Permalink
docs: fix runtime docs link in README (denoland#7926)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant committed Oct 13, 2020
1 parent d0c2714 commit 47eeb88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 47eeb88

Please sign in to comment.