1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

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.
This commit is contained in:
Manikandan Sundararajan 2020-05-13 19:35:40 -04:00 committed by GitHub
parent 55d2c6bd10
commit d397b86c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@ A secure runtime for JavaScript and TypeScript.
Deno aims to provide a productive and secure scripting environment for the Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript. modern programmer. It is built on top of V8, Rust, and TypeScript.
Please read the [introduction](https://deno.land/manual.html#introduction) for Please read the [introduction](https://deno.land/manual#introduction) for more
more specifics. specifics.
[Website](https://deno.land/) [Website](https://deno.land/)
[Manual](https://deno.land/manual.html) [Manual](https://deno.land/manual)
[Install](https://github.com/denoland/deno_install) [Install](https://github.com/denoland/deno_install)