diff options
author | Manikandan Sundararajan <tsmanikandan@protonmail.com> | 2020-05-13 19:35:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 01:35:40 +0200 |
commit | d397b86c6cea1517342dfa92055d8ed00c564ee1 (patch) | |
tree | 4eb622e1a913c7bb36056a1af546d2c90e06683e /README.md | |
parent | 55d2c6bd103879263c115fa5697f3cf3101158f4 (diff) |
Fix broken links to manual web page in README.md (#5284)
The old link to the manual web page includes the `.html` extension but this leads to a 404. Removing the `.html` leads to the right webpage.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,12 +7,12 @@ A secure runtime for JavaScript and TypeScript. Deno aims to provide a productive and secure scripting environment for the modern programmer. It is built on top of V8, Rust, and TypeScript. -Please read the [introduction](https://deno.land/manual.html#introduction) for -more specifics. +Please read the [introduction](https://deno.land/manual#introduction) for more +specifics. [Website](https://deno.land/) -[Manual](https://deno.land/manual.html) +[Manual](https://deno.land/manual) [Install](https://github.com/denoland/deno_install) |